Skip to content

Commit 824a5c6

Browse files
committed
Revert "potential fix for second part of slash groups example"
This reverts commit 1f60568.
1 parent 1f60568 commit 824a5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app_commands/slash_groups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async def add(ctx, num1: int, num2: int):
2121
from discord.commands import SlashCommandGroup
2222

2323
math = SlashCommandGroup("math", "Commands related to mathematics.")
24-
bot.add_application_command(math)
24+
2525

2626
@math.command(guild_ids=[...])
2727
async def add(ctx, num1: int, num2: int):

0 commit comments

Comments
 (0)