Skip to content

Commit

Permalink
Version 1.8.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
AgustinSRG committed Dec 19, 2017
1 parent db8acbc commit 2ddc0c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Features
- **Auto-Invite**: Automated `/invite` message sent to the staff (for private rooms).
- **Players-Auction**: You can create and play players auctions using commands (for team tournaments).
- **Finding Users Tools**: Automatically saves the last time an user did something in a room where the bot was (this data is stored in hard disk, so it is permanent). Also tracks alts from name changes. Users can use `seen` and `alts` commands to easily find other users.
- **Groupchat Tools**: Automatically mantains groupchats (temporal rooms) and promotes users.
- **Others**: Quotes and jokes, join-phrases, commands like `helix`, etc.


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "showdown-chatbot",
"version": "1.7.4-beta",
"version": "1.8.0-beta",
"author": {
"name": "Agustin San Roman",
"email": "[email protected]",
Expand All @@ -18,12 +18,12 @@
},
"dependencies": {
"sockjs-client": "1.1.4",
"busboy": "0.2.14"
"busboy": "0.2.14"
},
"optionalDependencies": {
"websocket": "1.0.23",
"githubhook": "1.6.1",
"mysql": "2.12.0"
"mysql": "2.12.0"
},
"description": "Bot for Pokemon Showdown",
"homepage": "https://github.com/asanrom/Showdown-ChatBot",
Expand All @@ -36,4 +36,4 @@
"devDependencies": {
"eslint": "4.1.1"
}
}
}

0 comments on commit 2ddc0c5

Please sign in to comment.