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 ``!');