Invite: fix "none yet" message on users created

This commit is contained in:
Harvey Tindall
2021-05-07 22:41:51 +01:00
parent 0e21942cd6
commit b91302ddf8
7 changed files with 92 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
module github.com/hrfee/jfa-go/telegram
go 1.16
require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
)