From 5b41f1caa036fd7caa6c02f494ac1884a07c2d81 Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 28 Oct 2017 10:26:58 -0400 Subject: Laying the foundations of this command --- bot.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'bot.js') diff --git a/bot.js b/bot.js index 4d9219b..6f7e87a 100644 --- a/bot.js +++ b/bot.js @@ -274,7 +274,7 @@ client.on('message', message => { .setThumbnail('https://cdn.discordapp.com/avatars/373224323529310208/10311b6f6bb439681480b0ced7efaf66.png?size=2048') .setColor("#BF6FDB") .addField("- General Commands", "ping\npong\ninvitebot\ncontribute\nreboot\npoweroff", true) - .addField("- Quote Commands", "quoteoftheday\nforcequote", true) + .addField("- Quote Commands", "quoteoftheday\nforcequote\nsuggestaquote", true) .setFooter("AstrelQuact Copyright 2017. This was made by TheRandomMelon and vicr123 and modified by Alee14.") message.channel.send(embed); } else if (message.content === '!oldhelp') { @@ -327,6 +327,10 @@ client.on('message', message => { embed.setURL("https://discordapp.com/oauth2/authorize?client_id=373224323529310208&scope=bot&permissions=314368"); message.channel.send(embed) + } else if (message.content === "!suggestaquote") { + embed.setAuthor("AstrelQuact", "https://cdn.discordapp.com/avatars/373224323529310208/10311b6f6bb439681480b0ced7efaf66.png?size=2048"); + embed.setColor("#BF6FDB"); + embed.setDescription("This feature is coming soon!"); } else if (message.content.startsWith("!")) { deleteOriginalMessage = false; -- cgit v1.2.3