Copyright © 2016 Radka Gustavsson, rhea.dev
Please take a look at our website to see what's the bot about, full list of features, invite and configuration: http://valkyrja.app
- Please read the Contributing file before you start =)
- Fork this repository, and then clone it recursively to get the Core library as well:
git clone --recursive [email protected]:YOURUSERNAME/Valkyrja.discord.git
- Nuke your nuget cache
rm -rf ~/.nuget/packages/discord.net*
(google the location for windows...) - Remove
Valkyrja.secure
project reference from the.sln
file - Comment out the
#define UsingValkyrjaSecure
inProgram.cs
The Valkyrja project is split into these repositories:
Valkyrja.core
- Core client code.Valkyrja.discord
- Most of the Valkyrja's features.Valkyrja.secure
- Private repository containing sensitive code, such as antispam.Valkyrja.service
- Separate bot to manage Valkyrja.discord and other systemd services.Valkyrja.monitoring
- Separate bot for offsite monitoring of Valkyrja.discord.Valkyrja.web
- Thevalkyrja.app
website.Valkyrja.status
- Thestatus.valkyrja.app
page - only slightly modified eZ Server Monitor