This commit is contained in:
Slipstream 2025-05-07 11:49:04 -06:00
parent bb2e9e00dc
commit 6a992c05be
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -294,9 +294,9 @@ class ModApplicationCog(commands.Cog):
)(view_command)
self.modapp_group.add_command(view_command)
# --- Config Command Group ---
# --- Settings Command Group ---
config_group = app_commands.Group(
name="config",
name="settings",
description="Configure moderator application settings",
parent=self.modapp_group
)