From e8d187c578b8766b4e1f6371be8b4e9d748f1de2 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Sun, 16 Oct 2022 19:40:08 -0700 Subject: [PATCH] 13.0.1 fix '/config view' bot admin role view --- commands/config.js | 2 +- config/config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/config.js b/commands/config.js index 895faeb..b2812d5 100644 --- a/commands/config.js +++ b/commands/config.js @@ -900,7 +900,7 @@ module.exports = { const dispatchRoleColor = GuildDB.dispatcherRole ? `+ ` : '- '; const dispatchChannel = GuildDB.dispatchChannel ? `\n╚➤ <#${GuildDB.dispatcherRole}>` : ''; const dispatchChannelColor = GuildDB.dispatchChannel ? `+ ` : '- '; - const botAdminRole = GuildDB.botAdmin ? `\n╚➤ <#${GuildDB.botAdmin}>` : ''; + const botAdminRole = GuildDB.botAdmin ? `\n╚➤ <@&${GuildDB.botAdmin}>` : ''; const botAdminRoleColor = GuildDB.botAdmin ? `+ ` : '- '; const settingsEmbed = new EmbedBuilder() diff --git a/config/config.js b/config/config.js index f39d25f..2959ba2 100644 --- a/config/config.js +++ b/config/config.js @@ -2,7 +2,7 @@ require('dotenv').config(); module.exports = { Dev: "PROD.", - Version: "13.0.0", // (major).(feature).(revision/bug/refactoring) + Version: "13.0.1", // (major).(feature).(revision/bug/refactoring) Admins: ["362791661274660874", "329371697570381824"], // Admins of the bot DefaultPrefix: "?", ServerID: "955668596745461830",