Skip to content

Installation

Blade12629 edited this page Mar 8, 2022 · 5 revisions

Installation:

  1. Download this repository and put it into your custom server folder

1

  1. Open Server/Server.csproj
  2. Look for: <ItemGroup>
  3. 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" />

2

  1. Recompile the server
  2. Start the server once so it generated the config

3

  1. Stop the server
  2. Go into Config/Discord.cfg and set your values

4

  1. Done, if you did everything right it should now look like this:

5

Clone this wiki locally