Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down