I got this problem when the discord bot I write with discord.js shows a role as @deleted-role
, The role itself is still available but the bot says deleted role. I tried to test it with another role same here are the images of the and the code:
if (message.content.includes("test"))
return message.channel.send("<@&" + 855179067388461076 + "> why is that ");
The result
The role
Can you guys help me with this?
<@&855179067388461076>
into your discord does it work? – Logan Devine