From bfff9e56104b7d68a8eef6e3a08d89c191a303bd Mon Sep 17 00:00:00 2001 From: Neko Life Date: Mon, 24 May 2021 13:38:37 +0000 Subject: [PATCH] Use guild prefix --- cmds/utility/newquoteotd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/utility/newquoteotd.js b/cmds/utility/newquoteotd.js index 62e0dca..4d5fa39 100644 --- a/cmds/utility/newquoteotd.js +++ b/cmds/utility/newquoteotd.js @@ -24,7 +24,7 @@ module.exports = class newquoteotd extends commando.Command { const quoteOTD = findDoc?.["settings"]?.quoteOTD; const color = colorConf.randomColors; if (!quoteOTD || !quoteOTD.channel) { - return msg.channel.send(`Quote OTD channel not set! Run \`${this.client.commandPrefix}quoteotd\` to set one.`); + return msg.channel.send(`Quote OTD channel not set! Run \`${msg.guild.commandPrefix}quoteotd\` to set one.`); } if (!args[0]) { return msg.channel.send('Provide ``!');