Skip to content

Commit 5d7ea6f

Browse files
committed
Fix how to use slash commands
1 parent d2ab264 commit 5d7ea6f

File tree

7 files changed

+1
-4
lines changed

7 files changed

+1
-4
lines changed
141 Bytes
Binary file not shown.
1.55 KB
Binary file not shown.

bot/context_menus.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,7 @@ async def how_to_use_slash_command(self, interaction: Interaction, message: Mess
115115
interaction (Interaction): The interaction that triggered the command.
116116
message (Message): The message where the command was invoked.
117117
"""
118-
await interaction.response.send_message(
119-
"To use a slash command, type a forward-slash \"/\" in the chat bar and a list of commands will appear. Click on the one you want to use. For more information visit https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ.",
120-
file=nextcord.File("https://support.discord.com/hc/article_attachments/1500003352961", filename="slash_commands_example.png")
121-
)
118+
await interaction.response.send_message("To use a slash command, type a forward-slash \"/\" in the chat bar and a list of commands will appear. Click on the one you want to use. For more information visit https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ. https://support.discord.com/hc/article_attachments/1500003352961")
122119

123120

124121
def setup(bot):
144 Bytes
Binary file not shown.
655 Bytes
Binary file not shown.
141 Bytes
Binary file not shown.
1.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)