Initial Creation from bot template.

This commit is contained in:
2025-06-05 19:35:46 +10:00
commit 2e8d2555d5
50 changed files with 6751 additions and 0 deletions

6
src/constants.py Normal file
View File

@@ -0,0 +1,6 @@
CONFIG_FILE = "config/bot.conf"
DATA_VERSION = 1
MAX_COINS = 2147483647 - 1
HINT_ICON = "https://projects.iamcal.com/emoji-data/img-apple-64/1f4a1.png"