black formatting

oops lets not forget what tox checks for
This commit is contained in:
Vexed01 2020-05-30 19:42:33 +01:00
parent 873c7be99e
commit 6a00c0ee7e
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ class Reports(commands.Cog):
sent to a channel in the server, where staff members can
respond.
"""
default_guild_settings = {"output_channel": None, "active": False, "next_ticket": 1}
default_report = {"report": {}}

View File

@ -46,7 +46,7 @@ class Streams(commands.Cog):
Twitch and YouTube need API tokens to work.
"""
global_defaults = {"refresh_timer": 300, "tokens": {}, "streams": []}
guild_defaults = {