started scoreboard funcs

This commit is contained in:
Linus E 2022-05-09 18:36:44 +02:00
parent 175cd96498
commit 86ce0adaf2

View File

@ -283,7 +283,10 @@ def send_scoreboard(message):
None: None
"""
dict
alltime_board = "Scoreboard (AllTime):\n"
weekly_board = "Scoreboard (Weekly):\n"
@bot.message_handler(commands=['challenge', 'Challenge'])