From 632ce4387c3458c87931528f4a047f0df103e5a7 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 14 Oct 2023 00:23:17 -0400 Subject: Fixed some problems --- commands/help.js | 2 +- storage/settings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/help.js b/commands/help.js index 0b9191e..7a824f1 100644 --- a/commands/help.js +++ b/commands/help.js @@ -41,7 +41,7 @@ module.exports.run = async (client, message) => { if (!message.guild.members.cache.get(client.user.id).permissions.has('EMBED_LINKS')) return message.reply('ERROR: AleeBot doesn\'t have the permission to send embed links, please enable them to use the full help.'); const embed = new Discord.MessageEmbed() .setAuthor('AleeBot ' + require('../storage/settings.json').abVersion + ` Help`, client.user.avatarURL()) - .setDescription('Every command you input into AleeBot is `ab:`') + .setDescription('Every command you input into AleeBot is `' + prefix + '`') .setFooter(`Currently serving on ${client.guilds.cache.size} servers`) .setColor('#1fd619') diff --git a/storage/settings.json b/storage/settings.json index 83932cc..b53fd84 100644 --- a/storage/settings.json +++ b/storage/settings.json @@ -1,4 +1,4 @@ { "abVersion": "2.13.0 Beta", - "prefix": "abb:" + "prefix": "ab:" } -- cgit v1.2.3