This commit is contained in:
codepupper 2019-11-11 18:26:18 +01:00
parent 314c1847ed
commit 50ddff0e42
2 changed files with 1 additions and 2 deletions

View file

@ -14,7 +14,7 @@ module.exports = class Prefix extends Command {
}
async command(ctx) {
const PrefixEmbed = new ctx.utils.discord.MessageEmbed();
let PrefixEmbed = new ctx.utils.discord.MessageEmbed();
PrefixEmbed.setColor(ctx.config.color);
let ARG = ctx.args[0];
ctx.args.shift();