From 96bdf46414fe806a19fa5070148fc4925be007d8 Mon Sep 17 00:00:00 2001 From: TheEdgeNK Date: Tue, 10 Jul 2018 18:36:51 -0400 Subject: hOLY --- commands/Getting Started/help.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'commands/Getting Started/help.js') diff --git a/commands/Getting Started/help.js b/commands/Getting Started/help.js index 170076f..b1b9b57 100644 --- a/commands/Getting Started/help.js +++ b/commands/Getting Started/help.js @@ -13,8 +13,8 @@ exports.run = (bot, msg, args) => { const embed = new RichEmbed(); embed .setColor (0x36393e) - .setTitle('PokeBot Command Contents') - .setFooter('PokeBot 2.0 Alpha 1'); + .setTitle('Galaxy Command Contents') + .setFooter('Galaxy 2.0 Alpha 1'); const categories = Array.from(bot.categories.keys()); categories.forEach(x => { @@ -32,8 +32,8 @@ exports.run = (bot, msg, args) => { const embed = new RichEmbed(); embed .setColor (0x00ae86) - .setDescription('Notice: When using a command do not include "<" and ">".\n(Example: p:suggest Test)') - .setFooter('PokeBot 2.0 Alpha 1'); + .setDescription('Notice: When using a command do not include "<" and ">".\n(Example: g:suggest Test)') + .setFooter('Galaxy 2.0 Alpha 1'); const categories = Array.from(bot.categories.keys()); categories.forEach(x => { -- cgit v1.2.3