Skip to content

Commit cdb421c

Browse files
committed
fixing function name
1 parent 3fc78da commit cdb421c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/context_menus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ async def use_roadmap_command(self, interaction: Interaction, message: Message):
116116
await interaction.response.send_message("Please use the `/roadmap` slash command to view the DevOps Roadmap.")
117117

118118
@bot.message_command(name="Low quality message")
119-
async def use_roadmap_command(self, interaction: Interaction, message: Message):
119+
async def use_low_quality_message(self, interaction: Interaction, message: Message):
120120
"""
121121
Discord message command to instruct users to read through our rules.
122122

0 commit comments

Comments
 (0)