diff --git a/activitylog/activitylog.py b/activitylog/activitylog.py index d79d86f..896c7de 100644 --- a/activitylog/activitylog.py +++ b/activitylog/activitylog.py @@ -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""" diff --git a/costmanager/manager.py b/costmanager/manager.py index 9012258..9548423 100644 --- a/costmanager/manager.py +++ b/costmanager/manager.py @@ -3,6 +3,7 @@ from redbot.core import Config, checks, commands, bank import discord import asyncio + class PoorError(commands.CheckFailure): pass