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
When the bot creates a mention, it doesn't ping (aka the highlight). All the other bots can. <@${user.id}> still doesn't ping the user and {member:mention} doesn't either. The bot has administrator perm why is that?
I have went through like all the code and removed the .toString() and replaced it with <@${user.id}> which in other bots it does ping but this bot it doesn't.
The text was updated successfully, but these errors were encountered:
When the bot creates a mention, it doesn't ping (aka the highlight). All the other bots can.
<@${user.id}>
still doesn't ping the user and{member:mention}
doesn't either. The bot has administrator perm why is that?I have went through like all the code and removed the
.toString()
and replaced it with<@${user.id}>
which in other bots it does ping but this bot it doesn't.The text was updated successfully, but these errors were encountered: