diff --git a/jarvis/cogs/admin/warning.py b/jarvis/cogs/admin/warning.py index 0c15964..d70edf1 100644 --- a/jarvis/cogs/admin/warning.py +++ b/jarvis/cogs/admin/warning.py @@ -97,7 +97,7 @@ class WarningCog(ModcaseCog): if len(active_warns) == 0: embed = build_embed( title="Warnings", - description=f"{warnings.count()} total | 0 currently active", + description=f"{len(warnings)} total | 0 currently active", fields=[], ) embed.set_author(name=user.username, icon_url=user.display_avatar.url)