Added Setup guide

This commit is contained in:
Jonas_Jones 2023-10-23 21:26:10 +02:00
parent 454637155d
commit 9dfecba756

View file

@ -11,4 +11,21 @@
A simple mod to connect the in-game chat with a Discord channel. A simple mod to connect the in-game chat with a Discord channel.
## Why another one?
- This one focuses on simplicity. It is as light as it gets with only the basic functionality and very little required setup!
**Setup:**
1. Go to https://discord.com/developers and create a new application
2. Copy the ID and invite the bot with the following url (dont forget to change the ID or else the link won't work:
```url
https://discord.com/oauth2/authorize?permissions=2953964624&scope=bot%20applications.commands&client_id=APPLICATION_ID
```
3. Enable developer mode on discord to be able to right-click a channel and copy its channel ID
4. Download the mod into the mods folder and let it generate the config file. The server will crash on first launch since the Bot Token is invalid.
5. Paste the copied channel ID of the channel that you would like the chat to be linked to into the config file
6. On the discord developer dashboard, in your application, go to the bot tab on the sidebar and reset and copy the bot token and paste it into the config file.
7. Restart the server and you should be good to go. Check that the bot has read/write permission in that channel.
*Alternative suggested Setup Guide (not by me):*
https://erdbeerbaerlp.de/projects/discord-integration/quick-setup