Skip to content

Commit

Permalink
Merged branch dota into dota
Browse files Browse the repository at this point in the history
  • Loading branch information
MeLlamoPablo committed Dec 14, 2016
2 parents 5ffe987 + 4ce81ce commit 7d5a0d2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Start by cloning this repo, and then install the dependencies:
```sh
$ git clone https://github.com/MeLlamoPablo/schedulebot.git
$ cd schedulebot
$ git checkout dota
$ npm install
```

Expand Down Expand Up @@ -86,7 +87,7 @@ After installing your bot, you might want to check out the
If you wanted to host ScheduleBot locally, you'd need to have your computer on 24/7 to have your bot
always online. To avoid that, we could use a PaaS provider, such as Heroku. Heroku's free plan is
good enough for hosting our bot. To learn how to deploy the bot to heroku,
[go here](https://github.com/MeLlamoPablo/schedulebot/tree/heroku#heroku-deployment-guide).
[go here](https://github.com/MeLlamoPablo/schedulebot/tree/heroku-dota#heroku-deployment-guide).

## License

Expand Down
12 changes: 6 additions & 6 deletions usage/usage-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*This guide assumes that you have the bot already running. If you haven't, check "[Local
Installation](https://github.com/MeLlamoPablo/schedulebot#local-installation)" or
"[Deploying to Heroku](https://github.com/MeLlamoPablo/schedulebot/tree/heroku#heroku-deployment-guide)"*.
"[Deploying to Heroku](https://github.com/MeLlamoPablo/schedulebot/tree/heroku-dota#heroku-deployment-guide)"*.

ScheduleBot's structure has two levels of access: the public level, which is accessed with the
`congfig.js:prefix` prefix, and the admin level, which is accesses with the
Expand All @@ -14,7 +14,7 @@ that you can configure your prefix to be a mention to your bot user by setting t

## The public level

The public bots has four commands available:
The public bots has seven commands available:

### create

Expand Down Expand Up @@ -237,13 +237,13 @@ schedulebot-admin link 1 @team-members

### get-lobby *(Dota Edition only)*

The `resend-invite` command is used get the current lobby details (lobby name and password) sent
The `get-lobby` command is used get the current lobby details (lobby name and password) sent
to you in a direct messsage. It takes no arguments.

Example:

```
@ScheduleBot get-lobby
schedulebot-admin get-lobby
```

### force-lobby-start *(Dota Edition only)*
Expand All @@ -255,5 +255,5 @@ start automatically when 10 players have joined. However, lobbies can be started
Example:

```
@ScheduleBot force-lobby-start
```
schedulebot-admin force-lobby-start
```

0 comments on commit 7d5a0d2

Please sign in to comment.