mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
black formatting
oops lets not forget what tox checks for
This commit is contained in:
parent
873c7be99e
commit
6a00c0ee7e
@ -29,7 +29,7 @@ class Reports(commands.Cog):
|
|||||||
sent to a channel in the server, where staff members can
|
sent to a channel in the server, where staff members can
|
||||||
respond.
|
respond.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
default_guild_settings = {"output_channel": None, "active": False, "next_ticket": 1}
|
default_guild_settings = {"output_channel": None, "active": False, "next_ticket": 1}
|
||||||
|
|
||||||
default_report = {"report": {}}
|
default_report = {"report": {}}
|
||||||
|
|||||||
@ -46,7 +46,7 @@ class Streams(commands.Cog):
|
|||||||
|
|
||||||
Twitch and YouTube need API tokens to work.
|
Twitch and YouTube need API tokens to work.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
global_defaults = {"refresh_timer": 300, "tokens": {}, "streams": []}
|
global_defaults = {"refresh_timer": 300, "tokens": {}, "streams": []}
|
||||||
|
|
||||||
guild_defaults = {
|
guild_defaults = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user