v0.1.4 - Built out slash commands
This commit is contained in:
13
README.md
13
README.md
@@ -1,6 +1,19 @@
|
||||
# Siren
|
||||
A Java/Docker Discord music bot
|
||||
|
||||
## Running
|
||||
Visit the [Discord Developer Portal](https://discord.com/developers/applications) and create a new application.
|
||||
Guides and more information are available [here](https://discord.com/developers/docs/intro).
|
||||
|
||||
### OAuth2 URL Generator
|
||||
The bot requires the following permissions/scopes:
|
||||
- bot
|
||||
- applications.commands
|
||||
|
||||
```
|
||||
https://discord.com/api/oauth2/authorize?client_id=<Client ID>&permissions=1088840792896&scope=applications.commands%20bot
|
||||
```
|
||||
|
||||
`docker build -t siren .`
|
||||
`docker-compose up -d`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user