(WIP) refactor to extract scan constants

This commit is contained in:
klemek
2021-01-07 18:28:52 +01:00
parent 69c451d3aa
commit 03003f24b0
5 changed files with 39 additions and 35 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ emojis.load_emojis()
bot = Bot(
"Discord Analyst", # name
"1.5", # version
"1.6", # version
alias="%", # respond to '|command' messages
)
bot.log_calls = True