diff --git a/commands/admin.js b/commands/admin.js index df40e91..d82f594 100644 --- a/commands/admin.js +++ b/commands/admin.js @@ -31,6 +31,6 @@ module.exports = { .setFooter("Natsuki") .setTimestamp(); client.guilds.cache.get('762707532417335296').channels.cache.get('762732961753595915').send(logemb(['a', 'add'].includes(args[0]) ? 'Added' : 'Removed')); - return message.reply(`${message.guild.members.cache.get(person.id).displayName} is now an admin!`); + return message.reply(`${message.guild.members.cache.get(person.id).displayName} is no${['a', 'add'].includes(args[0]) ? 'w' : ' longer'} an admin!`); } }; \ No newline at end of file diff --git a/commands/developer.js b/commands/developer.js index 220a392..f04a2a2 100644 --- a/commands/developer.js +++ b/commands/developer.js @@ -33,6 +33,6 @@ module.exports = { .setFooter("Natsuki") .setTimestamp(); client.guilds.cache.get('762707532417335296').channels.cache.get('762732961753595915').send(logemb(['a', 'add'].includes(args[0]) ? 'Added' : 'Removed')); - return message.reply(`${message.guild.members.cache.get(person.id).displayName} is now a developer!`); + return message.reply(`${message.guild.members.cache.get(person.id).displayName} is no${['a', 'add'].includes(args[0]) ? 'w' : ' longer'} a developer!`); } }; \ No newline at end of file diff --git a/commands/staff.js b/commands/staff.js index 502abde..1040c0e 100644 --- a/commands/staff.js +++ b/commands/staff.js @@ -31,6 +31,6 @@ module.exports = { .setFooter("Natsuki") .setTimestamp(); client.guilds.cache.get('762707532417335296').channels.cache.get('762732961753595915').send(logemb(['a', 'add'].includes(args[0]) ? 'Added' : 'Removed')); - return message.reply(`${message.guild.members.cache.get(person.id).displayName} is now a staff member!`); + return message.reply(`${message.guild.members.cache.get(person.id).displayName} is no${['a', 'add'].includes(args[0]) ? 'w' : ' longer'} a staff member!`); } }; \ No newline at end of file diff --git a/commands/support.js b/commands/support.js index 54fdd03..b2324a4 100644 --- a/commands/support.js +++ b/commands/support.js @@ -31,6 +31,6 @@ module.exports = { .setFooter("Natsuki") .setTimestamp(); client.guilds.cache.get('762707532417335296').channels.cache.get('762732961753595915').send(logemb(['a', 'add'].includes(args[0]) ? 'Added' : 'Removed')); - return message.reply(`${message.guild.members.cache.get(person.id).displayName} is now a Support Team member!`); + return message.reply(`${message.guild.members.cache.get(person.id).displayName} is no${['a', 'add'].includes(args[0]) ? 'w' : ' longer'} a Support Team member!`); } }; \ No newline at end of file