diff --git a/ext/system.py b/ext/system.py index ff6cc0e..5932f6c 100644 --- a/ext/system.py +++ b/ext/system.py @@ -121,7 +121,7 @@ async def branch(ctx: lightbulb.Context) -> None: @branch.child @lightbulb.option("name", "name of the branch", type=str, required=True) @lightbulb.command("switch", "switch branches") -@lightbulb.implements(lightbulb.SlashCommand) +@lightbulb.implements(lightbulb.SlashSubGroup) async def switch(ctx: lightbulb.Context) -> None: embed = hikari.Embed(title="Restarting", description="Restarting to switch branches!"