#Preventing people from pinging @everyone via a command
1 messages · Page 1 of 1 (latest)
Hey! Once your issue is solved, press the button below to close this thread!
okay that seems to block everything, even the author reply ping
realized send isnt reply. i thought it worked the same because its showing the command in the same format as a reply. then i tried adding reply_to. no dice
I also need help with this.
i’m not sure what you mean by “send isn’t reply”. ctx.send is the response to the slash command, not just a regular message
if you want to send a message that replies to another message, you can do ctx.channel.send with reply_to. in this case if you use allowed_mentions=AllowedMentions(replied_user=True) it will only ping the user you replied to, not (for example) @everyone.