Skip to content

BotMyst is a Discord bot based on Discord.NET (C#).

License

Notifications You must be signed in to change notification settings

ilijaivanov/BotMyst

 
 

Repository files navigation

BotMyst Build status Discord invite

BotMyst is a bot written in C# using Discord.NET. This is an open source project and you're welcomed to contribute. Report any issues in the issues section.

This project is under the MIT license. You're free to use any part of this project without any permission. Check out LICENSE for more information about permissions, limitations and liability.

Join the BotMyst development server on Discord: https://discord.gg/rNQBq9
Check out our Trello board to contribute to it or see planned features / changes: https://trello.com/b/bybAwGwQ/botmyst

Add BotMyst to your server

You can invite the original version of BotMyst, that is self hosted by me, to your sever by clicking on this link: Invite BotMyst to your server

Features

For now, BotMyst only has dictionary and thesaurus commands. There will be a lot more added soon.

Setup

BotMyst is build on top of .Net Core using Discord.Net. You should have .Net Core SDK installed (current recommended version for the project is 2.0).

To use BotMyst you should clone or download this repo and make a new file called BotMystConfig.json. For now it is used for setting up the token for the bot.

This is how the config file should look like:

{
  "token": "<your-token-here>"
}

If you want to run the project using the CLI (recommended way as you don't have to have an IDE open to run the bot) use the following command:

dotnet run

Contributing

Information about contributing to the project can be found at CONTRIBUTING.

About

BotMyst is a Discord bot based on Discord.NET (C#).

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%