Fixed command
All checks were successful
Deploy staging on push / on-push-deploy_sh-edraft (push) Successful in 4m50s
All checks were successful
Deploy staging on push / on-push-deploy_sh-edraft (push) Successful in 4m50s
This commit is contained in:
parent
4ed99da689
commit
e2da4f09ee
@ -20,7 +20,7 @@ class ScheduledEventsCommand(DiscordCommandABC):
|
|||||||
|
|
||||||
self._logger.trace(__name__, f"Loaded command service: {type(self).__name__}")
|
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()
|
@commands.guild_only()
|
||||||
async def scheduled_events(self, ctx: Context):
|
async def scheduled_events(self, ctx: Context):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user