staging #447

Merged
edraft merged 56 commits from staging into master 2023-12-02 19:34:25 +01:00
Showing only changes of commit e2da4f09ee - Show all commits

View File

@ -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