Skip to content

oliverbooth/brackeys-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


BrackeysBot

The official Brackeys Discord bot!

Contains tools to moderate the server and to create a better user experience overall!

Discord Travis (.com) GitHub

Building & runningVersioningLicenseCode of ConductContributing

Building & running

The bot is written with .NET Core 3.0, meaning you can build it via dotnet build, which will create a binary executeable called BrackeysBot.exe. If you are missing packages make sure to run dotnet restore prior to building.

When run for the first time, the bot will create a config.yaml file next to your executeable. This is where all of the bot configuration will be placed. The only fields that are essential for running the bot are token and prefix.

token: 'Get this from the developer dashboard!'
prefix: '[]'

Versioning

Automatic versioning is planned for the future, but at the moment the version number needs to be manually updated in the file Version.cs. The system to update the version numbers goes as follows:

Number Description
Major Only updated by the repository administrators once a completely new version is deployed.
Minor Updated once a batch of features (or a project) is fully implemented.
Patch Updated once a new feature is added.
Hotfix Updated if a feature requires a fix.

About

The official Brackeys discord bot.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%