diff options
| author | Alee14 <Alee14498@gmail.com> | 2018-04-01 21:09:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-01 21:09:23 -0400 |
| commit | 61845a17c835e14b5eda42762d9a1716ea255f69 (patch) | |
| tree | f04b2ac432177944284bdcf66973f43a75fda60d /bot.js | |
| parent | f9eb0b1492d5cb7a3527080580232d9bab752276 (diff) | |
| download | AstralQuote-ATC-61845a17c835e14b5eda42762d9a1716ea255f69.tar.gz AstralQuote-ATC-61845a17c835e14b5eda42762d9a1716ea255f69.tar.bz2 AstralQuote-ATC-61845a17c835e14b5eda42762d9a1716ea255f69.zip | |
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 2nd 4PM EDT`.\n 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 2nd 8AM 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)
|
