diff options
| -rw-r--r-- | .env.example | 6 | ||||
| -rw-r--r-- | .github/logo.png | bin | 0 -> 26341 bytes | |||
| -rw-r--r-- | README.md | 8 |
3 files changed, 13 insertions, 1 deletions
diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..b7b3d71 --- /dev/null +++ b/.env.example @@ -0,0 +1,6 @@ +DISCORD_TOKEN= +DISCORD_CLIENT_ID= +DATA_DIR= +YOUTUBE_API_KEY= +SPOTIFY_CLIENT_ID= +SPOTIFY_CLIENT_SECRET= diff --git a/.github/logo.png b/.github/logo.png Binary files differnew file mode 100644 index 0000000..dc06415 --- /dev/null +++ b/.github/logo.png @@ -1,2 +1,8 @@ # muse -🎧 a self-hosted Discord music bot that doesn't suck + +<p align="center"> + <img width="300" height="300" src="https://raw.githubusercontent.com/codetheweb/muse/master/.github/logo.png"> + <p> + 🎧 a self-hosted Discord music bot that doesn't suck + </p> +</p> |
