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 b297d76 commit 453c045Copy full SHA for 453c045
README.md
@@ -25,7 +25,7 @@ from discord import ActionRow, Button, ButtonColor
25
client = commands.Bot(command_prefix=commands.when_mentioned_or('.!'), intents=discord.Intents.all(), case_insensitive=True)
26
27
28
-# 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
29
30
31
@client.command(name='buttons', description='sends you some nice Buttons')
0 commit comments