all repos — escarbot @ 58e84a701c04549efc209f66110fe250c47aa909

Earthbound Café's custom Telegram bot, with lots of cool utilities built-in.

go.mod (view raw)

1module github.com/BiRabittoh/escarbot
2
3go 1.21.5
4
5require github.com/joho/godotenv v1.5.1
6
7require github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.5.1