aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Isom <[email protected]>2020-03-24 17:25:33 -0500
committerMax Isom <[email protected]>2020-03-24 17:25:33 -0500
commit1ba9664ef7b4cae494ced5e52b290e18613f38cc (patch)
treeb343a392696bf409ee10072fa42e069699c2d8c0
parent334a2bf0a050199089ac41ebacd4fa897fefc05f (diff)
downloadmuse-1ba9664ef7b4cae494ced5e52b290e18613f38cc.tar.xz
muse-1ba9664ef7b4cae494ced5e52b290e18613f38cc.zip
Test logo centering in README
-rw-r--r--.env.example6
-rw-r--r--.github/logo.pngbin0 -> 26341 bytes
-rw-r--r--README.md8
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
new file mode 100644
index 0000000..dc06415
--- /dev/null
+++ b/.github/logo.png
Binary files differ
diff --git a/README.md b/README.md
index 3b6b640..b2a2b46 100644
--- a/README.md
+++ b/README.md
@@ -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>