Skip to content
#

discord-library

Here are 61 public repositories matching this topic...

kord
BartArys
BartArys commented Oct 21, 2020
channel.createMessage(guild.everyoneRole.mention)

results in:
@@everyone

This behaviour on is correct according the official docs, but it seems like the client stumbles over the special everyone type. Using the literal @everyone works fine though.

Proposed solution:
Introduce a check on RoleBehavior#mention that checks for guildId.value == id.value and returns th

Improve this page

Add a description, image, and links to the discord-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the discord-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.