aboutsummaryrefslogtreecommitdiff
path: root/commands/Getting Started/help.js
diff options
context:
space:
mode:
authorTheEdgeNK <trey6979@gmail.com>2018-07-10 18:36:51 -0400
committerTheEdgeNK <trey6979@gmail.com>2018-07-10 18:36:51 -0400
commit96bdf46414fe806a19fa5070148fc4925be007d8 (patch)
tree137249477c654fce293554c9cc0c6387bc066701 /commands/Getting Started/help.js
parentc648f47f889ee2dbfae0c896493c13efcd295b99 (diff)
downloadPokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.gz
PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.tar.bz2
PokeBot-96bdf46414fe806a19fa5070148fc4925be007d8.zip
hOLY
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 => {