Skip to content

Commit

Permalink
move img folder to .github
Browse files Browse the repository at this point in the history
  • Loading branch information
zku committed Jun 30, 2024
1 parent 37cfc76 commit 57f992b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ You need 2 voice channel categories, one for the day phase, and one for the nigh

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

![discord](img/discord.png)
![discord](.github/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)
![buttons](.github/img/buttons.png)

# Setting up your own Discord Bot

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

![settings1](img/settings1.png)
![settings1](.github/img/settings1.png)

![settings2](img/settings2.png)
![settings2](.github/img/settings2.png)

# Running the Bot

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

The config can also be specified via environment variables. See `config.go` for more information.
The config can also be specified via environment variables. See `mover/config.go` for more information.

0 comments on commit 57f992b

Please sign in to comment.