#Is it possible to not mention with a message.reply?
1 messages · Page 1 of 1 (latest)
Hey! Once your issue is solved, press the button below to close this thread!
silent is a specific type of message that doesn't notify, which is not the same thing as ping
you need to set kwarg allowed_mentions=AllowedMentions.none()
yep that did it, thanks!