mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 09:56:05 -05:00
Bump black to 20.8b1 (and reformat) (#4371)
* Bump black version * Reformat with black
This commit is contained in:
@@ -76,7 +76,8 @@ class Admin(commands.Cog):
|
||||
self.config.register_global(serverlocked=False, schema_version=0)
|
||||
|
||||
self.config.register_guild(
|
||||
announce_channel=None, selfroles=[], # Integer ID # List of integer ID's
|
||||
announce_channel=None, # Integer ID
|
||||
selfroles=[], # List of integer ID's
|
||||
)
|
||||
|
||||
self.__current_announcer = None
|
||||
|
||||
Reference in New Issue
Block a user