Fixed queue slash command
This commit is contained in:
@@ -416,6 +416,7 @@ class Basic(commands.Cog):
|
|||||||
@commands.hybrid_group(
|
@commands.hybrid_group(
|
||||||
name="queue",
|
name="queue",
|
||||||
aliases=get_aliases("queue"),
|
aliases=get_aliases("queue"),
|
||||||
|
fallback="list",
|
||||||
invoke_without_command=True
|
invoke_without_command=True
|
||||||
)
|
)
|
||||||
@commands.dynamic_cooldown(cooldown_check, commands.BucketType.guild)
|
@commands.dynamic_cooldown(cooldown_check, commands.BucketType.guild)
|
||||||
|
|||||||
Reference in New Issue
Block a user