Bug-fixed staffrole.js

master
Kit Kasune 4 years ago
parent 4a8e76dc7f
commit d8d63a3a42
  1. 2
      commands/staffrole.js

@ -18,7 +18,7 @@ module.exports = {
if (['view', 'v'].includes(args[0].trim().toLocaleLowerCase())) {return message.reply( if (['view', 'v'].includes(args[0].trim().toLocaleLowerCase())) {return message.reply(
tguild.staffrole.length tguild.staffrole.length
? message.guild.roles.cache.has(tguild.staffrole) ? message.guild.roles.cache.has(tguild.staffrole)
? `\`people with the ${message.guild.roles.cache.get(tguild.staffrole).name}\` role can edit my setting here.` ? `people with the \`${message.guild.roles.cache.get(tguild.staffrole).name}\` role can edit my setting here.`
: `I have a role stored for this server, but it doesn't seem to exist anymore, so only admins can edit my settings right now.` : `I have a role stored for this server, but it doesn't seem to exist anymore, so only admins can edit my settings right now.`
: 'only admins may edit settings in this server.' : 'only admins may edit settings in this server.'
);} );}

Loading…
Cancel
Save