Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (comando === "anunciar") {
- if (!message.member.hasPermission('MANAGE_MESSAGES'))
- return message.channel.send("Você não tem permissão para isso!")
- if (!args.join(" ")) return message.reply("digita algo antes né mongol!");
- const sayMessage = args.join(" ");
- message.delete().catch(O_o => {});
- let embed = new Discord.RichEmbed()
- .setColor('RANDOM')
- .addField('ANUNCIO GALERA', sayMessage)
- .setImage(`https://media.giphy.com/media/1BcfiGlOGXzQ5xU4DA/giphy.gif`)
- message.channel.send(embed)
- }
Advertisement
Add Comment
Please, Sign In to add comment