Skip to content

Commit 2b70d67

Browse files
authored
Update context_menus.py
1 parent 634cfde commit 2b70d67

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

bot/context_menus.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,16 +104,16 @@ async def send_to_help_forum(self, interaction: Interaction, message: Message):
104104
"""
105105
await self.handle_command(interaction, message, HELP_FORUM_CHANNEL_ID)
106106

107-
@bot.message_command(name="Use the /roadmap command")
108-
async def use_roadmap_command(self, interaction: Interaction, message: Message):
109-
"""
110-
Discord message command to instruct users to use the /roadmap slash command.
111-
112-
Args:
113-
interaction (Interaction): The interaction that triggered the command.
114-
message (Message): The message where the command was invoked.
115-
"""
116-
await interaction.response.send_message("Please use the `/roadmap` slash command to view the DevOps Roadmap.")
107+
# @bot.message_command(name="Use the /roadmap command")
108+
# async def use_roadmap_command(self, interaction: Interaction, message: Message):
109+
# """
110+
# Discord message command to instruct users to use the /roadmap slash command.
111+
112+
# Args:
113+
# interaction (Interaction): The interaction that triggered the command.
114+
# message (Message): The message where the command was invoked.
115+
# """
116+
# await interaction.response.send_message("Please use the `/roadmap` slash command to view the DevOps Roadmap.")
117117

118118
@bot.message_command(name="Low quality post")
119119
async def use_high_quality_command(self, interaction: Interaction, message: Message):

0 commit comments

Comments
 (0)