-
Notifications
You must be signed in to change notification settings - Fork 8
Installation
Blade12629 edited this page Mar 8, 2022
·
5 revisions
Installation:
- Download this repository and put it into your custom server folder
- Open Server/Server.csproj
- Look for:
<ItemGroup>
- Below it insert:
<PackageReference Include="DSharpPlus" Version="3.2.3" />
<PackageReference Include="DSharpPlus.WebSocket.WebSocket4Net" Version="3.2.3" />
<PackageReference Include="DSharpPlus.WebSocket.WebSocketSharp" Version="3.2.3" />
- Recompile the server
- Start the server once so it generated the config
- Stop the server
- Go into Config/Discord.cfg and set your values
- Token is your discord bot token which you can find at https://discord.com/developers/applications/YourBotApplicationId/bot (either grab it from an existing bot user/application or generate a new one)
- GuildId is your discord server id
- CommandChannelId is currently required but bypassed when your AccessLevel is higher than VIP
- Done, if you did everything right it should now look like this: