diff options
Diffstat (limited to 'commands/Getting Started')
| -rw-r--r-- | commands/Getting Started/contribute.js | 2 | ||||
| -rw-r--r-- | commands/Getting Started/help.js | 8 | ||||
| -rw-r--r-- | commands/Getting Started/ping.js | 2 |
3 files changed, 6 insertions, 6 deletions
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.'); |
