aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2021-09-18 17:04:04 -0400
committerMax Isom <[email protected]>2021-09-18 17:04:04 -0400
commit79e7e88fab1ce05cf84abeba2e05300a93b4759c (patch)
treed8504c3ed33884f75269d2c95be819f1b90cc20d /README.md
parent9a2ef876d381a646f0d66145d8ed3cfa8da7fac3 (diff)
downloadmuse-79e7e88fab1ce05cf84abeba2e05300a93b4759c.tar.xz
muse-79e7e88fab1ce05cf84abeba2e05300a93b4759c.zip
Remove requirement for DISCORD_CLIENT_ID
Closes #336
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 20c74dd..b0fe364 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ I believe it makes much more sense to let Discord handle user permissions (whene
Muse is written in TypeScript. You can either run Muse with Docker (recommended) or directly with Node.js. Both methods require API keys passed in as environment variables:
-- `DISCORD_TOKEN` and `DISCORD_CLIENT_ID` can be acquired [here](https://discordapp.com/developers/applications) by creating a 'New Application', then going to 'Bot'.
+- `DISCORD_TOKEN` can be acquired [here](https://discordapp.com/developers/applications) by creating a 'New Application', then going to 'Bot'.
- `SPOTIFY_CLIENT_ID` and `SPOTIFY_CLIENT_SECRET` can be acquired [here](https://developer.spotify.com/dashboard/applications) with 'Create a Client ID'.
- `YOUTUBE_API_KEY` can be acquired by [creating a new project](https://console.developers.google.com) in Google's Developer Console, enabling the YouTube API, and creating an API key under credentials.
@@ -35,7 +35,7 @@ Muse will log a URL when run. Open this URL in a browser to invite Muse to your
(Replace empty config strings with correct values.)
```bash
-docker run -it -v "$(pwd)/data":/data -e DISCORD_TOKEN='' -e DISCORD_CLIENT_ID='' -e SPOTIFY_CLIENT_ID='' -e SPOTIFY_CLIENT_SECRET='' -e YOUTUBE_API_KEY='' codetheweb/muse
+docker run -it -v "$(pwd)/data":/data -e DISCORD_TOKEN='' -e SPOTIFY_CLIENT_ID='' -e SPOTIFY_CLIENT_SECRET='' -e YOUTUBE_API_KEY='' codetheweb/muse
```
This starts Muse and creates a data directory in your current directory.
@@ -53,7 +53,6 @@ services:
- ./muse:/data
environment:
- DISCORD_TOKEN=
- - DISCORD_CLIENT_ID=
- YOUTUBE_API_KEY=
- SPOTIFY_CLIENT_ID=
- SPOTIFY_CLIENT_SECRET=