Skip to content

Commit 0889129

Browse files
committed
Explain how to add bot to server
1 parent d8525f8 commit 0889129

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,19 @@ LFM_API_KEY=<...>
8484
```
8585

8686
* 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

Comments
 (0)