aboutsummaryrefslogtreecommitdiffstats
path: root/telebot
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-11-12 08:31:15 +0000
committerterminaldweller <thabogre@gmail.com>2021-11-12 08:31:15 +0000
commit99a93f106797a084754ab5b93f44a7f27eb7d180 (patch)
tree781e01c1c0a683d184e39e2a8e855eb613ae7070 /telebot
parentrestructured the repo-WIP (diff)
downloadhived-99a93f106797a084754ab5b93f44a7f27eb7d180.tar.gz
hived-99a93f106797a084754ab5b93f44a7f27eb7d180.zip
restructured the repo-WIP
Diffstat (limited to 'telebot')
-rw-r--r--telebot/go.mod2
-rwxr-xr-xtelebot/telebotbin7115842 -> 0 bytes
-rw-r--r--telebot/telebot.go (renamed from telebot/main.go)0
3 files changed, 1 insertions, 1 deletions
diff --git a/telebot/go.mod b/telebot/go.mod
index 71766e5..de7cf3c 100644
--- a/telebot/go.mod
+++ b/telebot/go.mod
@@ -1,6 +1,6 @@
module telebot
-go 1.15
+go 1.17
require (
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
diff --git a/telebot/telebot b/telebot/telebot
deleted file mode 100755
index 21b84aa..0000000
--- a/telebot/telebot
+++ /dev/null
Binary files differ
diff --git a/telebot/main.go b/telebot/telebot.go
index f6a3bf7..f6a3bf7 100644
--- a/telebot/main.go
+++ b/telebot/telebot.go