From a4a98f80e5609b4700f1e8edb4af75bd5194b4ff Mon Sep 17 00:00:00 2001 From: Alee Date: Sat, 31 Mar 2018 19:10:44 -0400 Subject: updates and possibly final commit --- README.md | 2 +- bot.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 336bcb0..f74991f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # AstralQuote A quoting device for servers and based on the old AstralQuote! -[![Discord Bots](https://discordbots.org/api/widget/status/373224323529310208.svg)](https://discordbots.org/bot/373224323529310208) \ No newline at end of file +# THIS PROJECT HAS BEEN DISCONTINUED AND ARCHIVED AS OF MARCH 31ST. \ No newline at end of file diff --git a/bot.js b/bot.js index bdab54d..6600c2a 100644 --- a/bot.js +++ b/bot.js @@ -144,7 +144,7 @@ client.on('message', message => { // This is the new help const embed = new Discord.RichEmbed() .setTitle('AstralQuote Commands') - .setDescription('Every command that you input in this bot you must use the following prefix `' + prefix + '`.\nNOTE: AstralQuote service will be shutdown in `April 10th 4PM EDT`. Thanks for using AstralQuote!') + .setDescription('Every command that you input in this bot you must use the following prefix `' + prefix + '`.\nNOTE: AstralQuote service will be shutdown in `April 10th 4PM EDT`.\n Thanks for using AstralQuote!') .setThumbnail('https://cdn.discordapp.com/avatars/373224323529310208/f42227477bc7e5b96ea848abc880a6bf.png?size=2048') .setColor('#939d45') .addField('- General Commands', 'ping\npong\ninvitebot\nreboot\npoweroff', true) -- cgit v1.2.3