You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notification=f"{message.author.mention}, please showcase your work in <#{channel_id}> and read this message https://discord.com/channels/930170875049820181/930171437841526825/1132078814734848131, specifically the `Project Showcase Guidelines` section."
50
50
elifchannel_id==HELP_FORUM_CHANNEL_ID:
51
51
notification=f"{message.author.mention}, please ask for help in <#{channel_id}> and read this message https://discord.com/channels/930170875049820181/930171437841526825/1132078814734848131, specifically the `Question Quality Guidelines` section."
52
+
elifchannel_id=="LOW_QUALITY_CHANNEL_ID":
53
+
notification=f"{message.author.mention}, please review our messages guidelines at https://discord.com/channels/930170875049820181/930171437841526825 and resubmit your message, this message violates the rules."
52
54
else:
53
55
notification=f"{message.author.mention}, please post your message in <#{channel_id}>. This channel is not for this type of conversation."
Discord message command to instruct users to use the /roadmap slash command.
123
+
Discord message command to to do higher quality posts.
122
124
123
125
Args:
124
126
interaction (Interaction): The interaction that triggered the command.
125
127
message (Message): The message where the command was invoked.
126
128
"""
127
-
awaitinteraction.response.send_message("Please review our messages guidelines at https://discord.com/channels/930170875049820181/930171437841526825 and resubmit your message, this message violates the rules.")
0 commit comments