diff options
| author | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-25 09:21:04 -0400 |
|---|---|---|
| committer | TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> | 2018-03-25 09:21:04 -0400 |
| commit | e5e63a058a31e06680266e6f2ce53f125dc07b9c (patch) | |
| tree | f49596e6bf9bee9928b30e613e2c13a4d81f91ed /events/ready.js | |
| parent | d4403fc68053bad6a8cc1a7f824c70ec6c94ba0d (diff) | |
| download | PokeBot-e5e63a058a31e06680266e6f2ce53f125dc07b9c.tar.gz PokeBot-e5e63a058a31e06680266e6f2ce53f125dc07b9c.tar.bz2 PokeBot-e5e63a058a31e06680266e6f2ce53f125dc07b9c.zip | |
arrays start at one
Diffstat (limited to 'events/ready.js')
| -rw-r--r-- | events/ready.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/events/ready.js b/events/ready.js index 71c037a..8b7a61b 100644 --- a/events/ready.js +++ b/events/ready.js @@ -27,6 +27,7 @@ module.exports = (bot) => { 'Finding pokemon', 'Type p:help for help', 'Fighting AstralMod', + 'Arrays start at 1', ]; bot.user.setPresence({ |
