diff options
Diffstat (limited to 'telegram/commands.go')
-rw-r--r-- | telegram/commands.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram/commands.go b/telegram/commands.go index 58c0e17..0df64c1 100644 --- a/telegram/commands.go +++ b/telegram/commands.go @@ -11,7 +11,7 @@ import ( "dev.narayana.im/narayana/telegabber/xmpp/gateway" log "github.com/sirupsen/logrus" - "github.com/zelenin/go-tdlib/client" + "github.com/godcong/go-tdlib/client" ) const notEnoughArguments string = "Not enough arguments" |