bot.py should be just commands now

This commit is contained in:
expect 2025-06-21 12:00:49 +02:00
parent 221b8c70a3
commit e130cdfd93
3 changed files with 14 additions and 13 deletions

View file

@ -40,5 +40,5 @@ song = os.getenv("song")
arch = platform.machine()
slash_commands_enabled = False
latest_version = "0.0.0"
local_version = "0.15.1"
local_version = "0.15.2"
os.environ['gooberlocal_version'] = local_version