aboutsummaryrefslogtreecommitdiff
path: root/telegram/commands.go
diff options
context:
space:
mode:
authorBohdan Horbeshko <bodqhrohro@gmail.com>2021-12-29 03:53:38 +0300
committerBohdan Horbeshko <bodqhrohro@gmail.com>2021-12-29 03:53:38 +0300
commitd36f4449c94b942d1795ae4865b77b7fde43b35b (patch)
treec751e7bf7888c1a660b62b8df7badf841c12c2e2 /telegram/commands.go
parentf2f20e680bb06ebda76f67f8fae9d7ed12498c63 (diff)
Temporarily switch to a fork of go-tdlib
Diffstat (limited to 'telegram/commands.go')
-rw-r--r--telegram/commands.go2
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"