mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-22 02:37:57 -05:00
Bump black to 20.8b1 (and reformat) (#4371)
* Bump black version * Reformat with black
This commit is contained in:
@@ -1422,8 +1422,10 @@ class RedBase(
|
||||
await self._red_ready.wait()
|
||||
|
||||
async def _delete_delay(self, ctx: commands.Context):
|
||||
"""Currently used for:
|
||||
* delete delay"""
|
||||
"""
|
||||
Currently used for:
|
||||
* delete delay
|
||||
"""
|
||||
guild = ctx.guild
|
||||
if guild is None:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user