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/contribute.js | 2 +- commands/Getting Started/help.js | 8 ++++---- commands/Getting Started/ping.js | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'commands/Getting Started') diff --git a/commands/Getting Started/contribute.js b/commands/Getting Started/contribute.js index 15204fd..1abacde 100644 --- a/commands/Getting Started/contribute.js +++ b/commands/Getting Started/contribute.js @@ -8,7 +8,7 @@ * *************************************/ exports.run = (bot, msg) => { - msg.channel.send('Want to help the bot? Here you go: https://github.com/UniverseDevGroup/PokeBot.'); + msg.channel.send('Want to help the bot? Here you go: https://github.com/UniverseDevGroup/GalaxyBot.'); }; exports.conf = { 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 => { diff --git a/commands/Getting Started/ping.js b/commands/Getting Started/ping.js index 83b7c26..12afaa0 100644 --- a/commands/Getting Started/ping.js +++ b/commands/Getting Started/ping.js @@ -14,7 +14,7 @@ exports.run = (bot, msg) => { .setColor (0x00ae86) .setTitle(':computer: Bot Statistics') .setDescription('Showing bot statistics:') - .setFooter('Pokebot 2.0 Alpha 1'); + .setFooter('Galaxy 2.0 Alpha 1'); embed.addField('Client Heartbeat', Math.floor(bot.ping) + ' ms.'); -- cgit v1.2.3