7 lines
154 B
Python
7 lines
154 B
Python
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"
|