learned to program in python
This commit is contained in:
parent
2a08560ab8
commit
94e6dc07d8
@ -26,7 +26,7 @@ def cleanup():
|
|||||||
games_to_delete.append(game_id)
|
games_to_delete.append(game_id)
|
||||||
for game_id in games_to_delete:
|
for game_id in games_to_delete:
|
||||||
del game_logic.games_list[game_id]
|
del game_logic.games_list[game_id]
|
||||||
if os.getenv("DISCORD_BOT_TOKEN") is not "":
|
if os.getenv("DISCORD_BOT_TOKEN") != "":
|
||||||
discord_bot.update_games_presence()
|
discord_bot.update_games_presence()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user