diff options
Diffstat (limited to 'events/ready.js')
| -rw-r--r-- | events/ready.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/events/ready.js b/events/ready.js index 9c30717..3d1ce67 100644 --- a/events/ready.js +++ b/events/ready.js @@ -16,7 +16,7 @@ module.exports = (bot) => { 'Finding pokemon', 'Type p:help for help', 'Fighting AstralMod', - 'Arrays start at 1', + 'Arrays start at 1' ]; bot.user.setPresence({ @@ -24,8 +24,8 @@ module.exports = (bot) => { afk: false, game: { type: 0, - name: games[Math.floor(Math.random() * games.length)], - }, + name: games[Math.floor(Math.random() * games.length)] + } }); }, 200000); }; |
