Skip to content

Commit

Permalink
Done!
Browse files Browse the repository at this point in the history
  • Loading branch information
MeLlamoPablo committed Dec 8, 2016
1 parent a580772 commit 477558a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/commands/general/confirm.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ module.exports = new Clapp.Command({
context.msg.author,
argv.args.attendance === "yes"
).then(() => {
// TODO change to fulfill in master as well
fulfill("Your attendance status was updated.");
context.summaryHandler.updateSummary(event)
.catch(console.error);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schedulebot",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Discord bot that makes scheduling easy",
"homepage": "https://github.com/mellamopablo/schedulebot#readme",
"author": "Pablo Rodríguez <pabloviolin8@gmail.com> (https://github.com/MeLlamoPablo)",
Expand Down
23 changes: 23 additions & 0 deletions usage/usage-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,26 @@ Example:
```
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
to you in a direct messsage. It takes no arguments.

Example:

```
@ScheduleBot get-lobby
```

### force-lobby-start *(Dota Edition only)*

The `force-lobby-start` command is used to force a start on the current lobby. Normally, lobbies
start automatically when 10 players have joined. However, lobbies can be started with less than
10 with this command.

Example:

```
@ScheduleBot force-lobby-start
```

0 comments on commit 477558a

Please sign in to comment.