/DiscordBot

The public discord bot for controlling your Minecraft servers from Discord

Primary LanguageC#

Fork DiscordBot

This Discord Bot is used to connect a Fork instance to a Discord server for remote controlling and event updates.

How to use

This bot is hosted on a public server and is used by every Fork user, if Enable Discord Bot is enabled in the Fork settings.

If you run Fork in DEBUG mode it will look for this running locally.

Building and Running

To build and run this code please follow these steps:

  1. Clone/fork this repository
  2. Add Discord.NET beta to nuget package sources: https://www.myget.org/F/discord-net/api/v3/index.json
  3. Add a copy of the config.json to the DiscordBot directory and add the token of a Discord bot created here
  4. The project should now be able to build and run. To test it you should also run the Fork project in DEBUG mode on the same machine

Credits