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