diff options
| author | pokesudenk <thisis@notarealema.il> | 2018-02-24 11:50:46 -0500 |
|---|---|---|
| committer | pokesudenk <thisis@notarealema.il> | 2018-02-24 11:50:46 -0500 |
| commit | b126596020d1a87541e3dd0a3c99913491a5c7f2 (patch) | |
| tree | c983f484dfb2dcc747387c15d04af85f16e72b73 /bot.js | |
| parent | c8e874fb047ea848be778627a8321eb6d3a58747 (diff) | |
| download | PokeBot-b126596020d1a87541e3dd0a3c99913491a5c7f2.tar.gz PokeBot-b126596020d1a87541e3dd0a3c99913491a5c7f2.tar.bz2 PokeBot-b126596020d1a87541e3dd0a3c99913491a5c7f2.zip | |
warn command + fixed an error in the games
Diffstat (limited to 'bot.js')
| -rw-r--r-- | bot.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ function setGame() { const games = [ 'Pokemon', 'Catching things', - 'Finding pokemons', + 'Finding pokemon', 'Type p:help for help', ]; |
