diff options
Diffstat (limited to 'events/ready.js')
| -rw-r--r-- | events/ready.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/events/ready.js b/events/ready.js index 12e491e..4a1bb39 100644 --- a/events/ready.js +++ b/events/ready.js @@ -8,7 +8,7 @@ * *************************************/ module.exports = (bot) => { - console.log('PokeBot has finished loading.'); + console.log('Galaxy has finished loading.'); bot.user.setPresence({ status: 'online', afk: false, |
