Skip to content

Commit 5dbc432

Browse files
Rephrase comment in example
1 parent d119c0d commit 5dbc432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/app_commands/slash_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
bot = discord.Bot()
44

5-
# Note: If you want you can use commands.Bot as well
5+
# Note: If you want you can use commands.Bot instead of discord.Bot
66
# Use discord.Bot if you don't want prefixed message commands
77

88
# With discord.Bot you can use @bot.command as an alias

0 commit comments

Comments
 (0)