From 9d73e467494c0611f59905e8ada98392253571ab Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 13 Dec 2023 15:42:28 -0500 Subject: [PATCH] fix(moderation): fixed ephemeral argument's docstring in history --- moderation/moderation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moderation/moderation.py b/moderation/moderation.py index 76ddf85..fe100af 100644 --- a/moderation/moderation.py +++ b/moderation/moderation.py @@ -712,7 +712,7 @@ class Moderation(commands.Cog): Amount of infractions to list per page page: int Page to select - epheremal: bool + ephemeral: bool Hide the command response export: bool Exports the server's entire moderation history to a JSON file"""