From 008bcae3eb6d7c5cb262e21a8e94709032faed8c Mon Sep 17 00:00:00 2001 From: Insist Date: Thu, 18 May 2017 12:28:00 -0500 Subject: [PATCH 1/2] README: Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 274b4f8e68bdbb7d592d2d1d0e4d90a8fd3f4e15 Mon Sep 17 00:00:00 2001 From: Insist Date: Tue, 27 Jun 2017 10:06:21 -0500 Subject: [PATCH 2/2] README: Fix more typos --- commands/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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