From d8d63a3a42ed543b213d8d26d1b219e44efd1a02 Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Sat, 24 Oct 2020 12:38:43 -0600 Subject: [PATCH] Bug-fixed staffrole.js --- commands/staffrole.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/staffrole.js b/commands/staffrole.js index 9596626..872c630 100644 --- a/commands/staffrole.js +++ b/commands/staffrole.js @@ -18,7 +18,7 @@ module.exports = { if (['view', 'v'].includes(args[0].trim().toLocaleLowerCase())) {return message.reply( tguild.staffrole.length ? 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.` : 'only admins may edit settings in this server.' );}