We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8525f8 commit 0889129Copy full SHA for 0889129
README.md
@@ -84,3 +84,19 @@ LFM_API_KEY=<...>
84
```
85
86
* Run `make run` or `./run.sh`
87
+
88
+# Inviting the bot to your server:
89
90
+* Either go to your discord app page
91
+ * -> OAuth2
92
+ * -> URL Generator
93
+ * Select the required scopes
94
+ * Copy the generated URI and paste into your browser address bar
95
96
+* Alternatively, construct the URL (replace `${APPLICATION ID}` with your saved discord application id):
97
98
+```
99
+https://discord.com/api/oauth2/authorize?client_id=${APPLICATION_ID}&permissions=3136&scope=bot
100
101
102
+* Copy into your browser and follow instructions
0 commit comments