Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zku committed Jun 17, 2024
1 parent bd12607 commit fff41e5
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,30 @@

Simple self-hosted Discord bot to facilitate moving players to the Townsquare and to their private night cottages.

# Discord Server settings

You need 2 voice channel categories, one for the day phase, and one for the night phase. The night phase cottages should be marked as private so nobody besides the story teller can see them.

You also need a story teller role on your server. Only users with this role can control the bot.

![discord](img/discord.png)

Use the `/buttons` command to get the movement buttons. These buttons will persist, so there is typically no need to re-run the slash command.

![buttons](img/buttons.png)

# Setting up your own Discord Bot

TODO
Create a new Discord Bot [here](https://discord.com/developers) and add it to your server.

![settings1](img/settings1.png)

![settings2](img/settings2.png)

# Running the Bot

TODO
```golang
go run . -config="/path/to/.config.json"
```

The config can also be specified via environment variables. See `config.go` for more information.
Binary file added img/buttons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/discord.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/settings1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/settings2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fff41e5

Please sign in to comment.