How do I mention @everyone in discord.py? Yes, the bot has all the permissions required.
I tried the basic:
await ctx.send("@everyone")
And from this answer:
await ctx.send(ctx.message.guild.default_role)
Both times, the bot did indeed send a @everyone message, however, it is just a message, there is no actual ping. I checked my inbox and asked others too. See image:
The first is an actual ping and it shows up in my inbox too, however, the second is the bot ping and it's just text.
What am I doing wrong here? and How should I ping @everyone?

