- Fixed SLEEPTIME not working (always 0)
- Refined logging
- Added metadata to /info command
- Bot now automatically sets own commands for autocompletion
This commit is contained in:
Noah 2024-12-22 07:13:19 +01:00
parent d50b026545
commit 6c733c6e41
No known key found for this signature in database
GPG key ID: D2A7E2C8F77E0430
14 changed files with 116 additions and 53 deletions

2
bot.go
View file

@ -13,6 +13,8 @@ import (
func bot() {
updates, bot := botIO.Authenticate()
go commands.SetBotCommands(bot)
go steam.StartWatchers(bot)
for update := range updates {