diff --git a/struct/funcs/exe.js b/struct/funcs/exe.js index 34f00ae5..edda147e 100644 --- a/struct/funcs/exe.js +++ b/struct/funcs/exe.js @@ -1,7 +1,7 @@ module.exports = function (msg, args, client, Discord, prefix, command) { const permissions = msg.channel.permissionsFor(msg.client.user); if (!permissions.has('EMBED_LINKS')) return msg.channel.send('<:redx:674263474704220182> I cannot send embeds (Embed links), make sure I have the proper permissions!'); - if (!permissions.has('USE_EXTERNAL_EMOJIS')) return msg.channel.send('<:redx:674263474704220182> I cannot use external emojis, make sure I have the proper permissions!'); DEPRACATED! + if (!permissions.has('USE_EXTERNAL_EMOJIS')) return msg.channel.send('<:redx:674263474704220182> I cannot use external emojis, make sure I have the proper permissions!'); try { command.uses++; command.execute(msg, args, client, Discord, prefix, command);