Skip to content

Commit 96a1d9d

Browse files
authored
Update context_menus.py
1 parent cdb421c commit 96a1d9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bot/context_menus.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ async def use_roadmap_command(self, interaction: Interaction, message: Message):
114114
message (Message): The message where the command was invoked.
115115
"""
116116
await interaction.response.send_message("Please use the `/roadmap` slash command to view the DevOps Roadmap.")
117-
118-
@bot.message_command(name="Low quality message")
119-
async def use_low_quality_message(self, interaction: Interaction, message: Message):
117+
118+
@bot.message_command(name="Low quality post")
119+
async def use_high_quality_command(self, interaction: Interaction, message: Message):
120120
"""
121-
Discord message command to instruct users to read through our rules.
121+
Discord message command to instruct users to use the /roadmap slash command.
122122
123123
Args:
124124
interaction (Interaction): The interaction that triggered the command.

0 commit comments

Comments
 (0)