diff --git a/README.md b/README.md index 88c0cbe5..c9dfe02a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Then open a shell console, use `cd` to reach the directory of the bot and instal ``` $ npm install --production ``` -If you want to use `npm test` for developement, install all dependencies with `npm install` +If you want to use `npm test` for development, install all dependencies with `npm install` To configure your bot, copy `config-example.js` to `config.js` and edit that file. You can specify bot login credentials among other things. If you don't specify credentials, the bot will log in a random username started by 'Bot'. Read the [Configuration Guide](https://github.com/Ecuacion/Pokemon-Showdown-Node-Bot/blob/master/CONFIGGUIDE.md) for more information diff --git a/commands/README.md b/commands/README.md index e8f64a33..3d845ee2 100644 --- a/commands/README.md +++ b/commands/README.md @@ -15,7 +15,7 @@ Basic features and some information about the bot. - `time` - Current time for Bot - `uptime` - Time since the last bot restart - `seen [user]` - Latest data from an user - - `alts [user]` - List of known alts of an user (Alts detedted from namechanges) + - `alts [user]` - List of known alts of an user (Alts deleted from namechanges) - `say [text]` - Force to say something Dynamic Commands @@ -135,13 +135,13 @@ Moderation - `0tol delete, [user1], [user2], [...]` - Removeusers from zero tolerance list - `vzt` - Upload zero tolerance list to hastebin -**Banwords and InapropiateWords:** Saying this words means automute. InapropiateWords requires that words are separated. +**Banwords and Inappropriate Words:** Saying this words means automute. Inappropriate Words requires that words are separated. - `banword [phrase]` - Add a banword - `unbanword [phrase]` - Remove a banword - `vbw` - View banword list - `inapword [phrase]` - Add an inappropriate word - `uninapword [phrase]` - Remove an inappropriate word - - `viw` - View inapropiate words list + - `viw` - View inappropriate words list **Joinphrases:** Configure what phrase Bot says when certain user joins a room. This can be spammable, much caution! - `joinphrase [enable/disable]` - Enable or disable joinphrases for a room