From c28b089edb2da15ef26a4400b4a84ea12f0224be Mon Sep 17 00:00:00 2001 From: Seaswimmer Date: Sun, 30 Jun 2024 05:02:32 -0400 Subject: [PATCH] fix(aurora): fixed an issue with the `/case` command preventing the cog from loading --- aurora/aurora.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aurora/aurora.py b/aurora/aurora.py index a6c581c..adecdf7 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -1042,7 +1042,7 @@ class Aurora(commands.Cog): inline: bool Display infractions in a grid arrangement (does not look very good) export: bool - Exports the server's entire moderation history to a JSON file""" + Exports the server's moderation history to a JSON file""" if ephemeral is None: ephemeral = ( await config.user(interaction.user).history_ephemeral() @@ -1246,9 +1246,9 @@ class Aurora(commands.Cog): @app_commands.command(name="case") @app_commands.choices( - export=[ - Choice(name="Export as File", value="file"), + raw=[ Choice(name="Export as Codeblock", value="codeblock"), + Choice(name="Export as File", value="file"), ] ) async def case(