forked from embee/woomy
say command can no longer mention roles
This commit is contained in:
parent
ce10038a95
commit
808659246e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ exports.run = (client, message, args, level) => {
|
|||
`<:error:466995152976871434> No message provided. Usage: \`${client.commands.get(`echo`).help.usage}\``
|
||||
);
|
||||
};
|
||||
if (message.content.includes("@everyone") || message.content.includes("@here")) {
|
||||
if (message.content.includes("@everyone") || message.content.includes("@here") || message.content.includes("<@&")) {
|
||||
return message.channel.send('>:(');
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue