aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started/help.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/Getting Started/help.js')
-rw-r--r--commands/Getting Started/help.js8
1 files changed, 4 insertions, 4 deletions
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 => {