abalabahaha/eris

is there any way to not suppress @everyone?

papix69 opened this issue · 1 comments

is there any way to not suppress @everyone?

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