We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453c045 commit 24ec09aCopy full SHA for 24ec09a
examples.py
@@ -6,7 +6,7 @@
6
client = commands.Bot(command_prefix=commands.when_mentioned_or('.!'), intents=discord.Intents.all(), case_insensitive=True)
7
8
9
-# an Command that sends you an Message and edit it if you click an Button
+# a command that sends you a message and processes it when you click a button
10
11
12
@client.command(name='buttons', description='sends you some nice Buttons')
0 commit comments