Skip to content

Convoy20/Valkyrja.discord

 
 

Repository files navigation

Copyright © 2016 Radka Gustavsson, rhea.dev

Build Status

The Valkyrja

Please take a look at our website to see what's the bot about, full list of features, invite and configuration: http://valkyrja.app

Contributors:

  • 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 in Program.cs

Project structure

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 - The valkyrja.app website.
  • Valkyrja.status - The status.valkyrja.app page - only slightly modified eZ Server Monitor

About

[C# - netcore] Community Management bot for Discord

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.5%
  • Shell 0.5%