is there any way to not suppress @everyone?
papix69 opened this issue · 1 comments
papix69 commented
is there any way to not suppress @everyone?
Linker-123 commented
Specify the everyone
property in allowedMentions
object in createMessage's options like: client.createMessage("channelID", { allowedMentions: { everyone: true} });
Use the support server to ask eris questions