get black

This commit is contained in:
brandons209 2020-05-04 18:03:39 -04:00
parent 17dfa996f9
commit f98a97d772
2 changed files with 1 additions and 1 deletions

View file

@ -517,7 +517,6 @@ class ActivityLogger(commands.Cog):
await self.log_sender(ctx, log_files, end, start=start, user=user)
@logs.group(name="audit")
async def logs_audit(self, ctx):
"""Gets audit logs"""

View file

@ -3,6 +3,7 @@ from redbot.core import Config, checks, commands, bank
import discord
import asyncio
class PoorError(commands.CheckFailure):
pass