diff options
Diffstat (limited to 'telegram/handlers.go')
-rw-r--r-- | telegram/handlers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telegram/handlers.go b/telegram/handlers.go index a897291..9b18656 100644 --- a/telegram/handlers.go +++ b/telegram/handlers.go @@ -13,7 +13,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" ) func uhOh() { |