From e2da4f09ee9f58642add8d6413f2310b8779922e Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Fri, 1 Dec 2023 20:02:42 +0100 Subject: [PATCH] Fixed command --- bot/src/modules/base/command/scheduled_events_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/modules/base/command/scheduled_events_group.py b/bot/src/modules/base/command/scheduled_events_group.py index e7b6bd85..0d3653d4 100644 --- a/bot/src/modules/base/command/scheduled_events_group.py +++ b/bot/src/modules/base/command/scheduled_events_group.py @@ -20,7 +20,7 @@ class ScheduledEventsCommand(DiscordCommandABC): self._logger.trace(__name__, f"Loaded command service: {type(self).__name__}") - @commands.group(name="scheduled-events") + @commands.hybrid_group(name="scheduled-events") @commands.guild_only() async def scheduled_events(self, ctx: Context): pass