mirror of
https://github.com/ION606/selmerBot.git
synced 2026-05-14 21:26:54 +00:00
9 lines
291 B
JavaScript
9 lines
291 B
JavaScript
module.exports = {
|
|
name: 'reactionrole',
|
|
description: 'Creates an embed that will give a role when reacted to',
|
|
async execute(message, args, Discord, bot) {
|
|
if (bot.commands.get('verify').checkRole(message, args)) {
|
|
console.log("IS ADMNIN");
|
|
}
|
|
}
|
|
} |