Skip to content

Commit

Permalink
Remove unnecessary list.
Browse files Browse the repository at this point in the history
Never get's used. Every byte matters.
  • Loading branch information
BabyBoySnow committed Oct 13, 2023
1 parent 381634f commit 13e1878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion musicbot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def __init__(self, config_file=None, perms_file=None, aliases_file=None):

self.players = {}
self.guild_data = {}
self.timers = {}
self.exit_signal = None
self.init_ok = False
self.cached_app_info = None
Expand Down

0 comments on commit 13e1878

Please sign in to comment.