aboutsummaryrefslogtreecommitdiff
path: root/commands/setup.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/setup.js')
-rw-r--r--commands/setup.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/setup.js b/commands/setup.js
index 380e85e..c797f7d 100644
--- a/commands/setup.js
+++ b/commands/setup.js
@@ -27,7 +27,8 @@ module.exports.run = async (client, message) => {
.setDescription('Select the options')
.addField('Logging', 'channelid', true)
.addField('Broadcast', 'placeholder', true)
- .addField('Broadcast', 'placeholder', true);
+ .addField('Quote of the Day', 'placeholder', true)
+ .addField('QOTD Channel', 'channelid', true);
message.author.send({embeds: [setupEmbed]});
};