RPCS3 Compatibility Bot reimplemented in C# for .NET Core

RPCS3 Compatibility Bot reimplemented in C# for .NET Core

Current status of this PR:
* tested and targeted for .NET Core 2.1
* all functionality is either on par or improved compared to the python version
* compatibility with current bot.db should be preserved in all upgrade scenarios
* some bot management commands were changed (now under !sudo bot)
* standard help generator for the new discord client is ... different;
  compatibility with old format could be restored through custom formatter if needed
* everything has been split in more loosely tied components for easier extensibility and maintenance
* log parsing has been rewritten and should work ~2x as fast
This commit is contained in:
13xforever
2018-07-19 17:42:48 +05:00
committed by Roberto Anić Banić
parent 1709f445b4
commit 7fd7d09973
92 changed files with 5508 additions and 2435 deletions

View File

@@ -0,0 +1,15 @@
{
"profiles": {
"default": {
"commandName": "Project",
"environmentVariables": {
"BotLogId": "",
"BotSpamId": "",
"BotAdminId": "",
"BotChannelId": "",
"BotRulesChannelId": "",
"Token": ""
}
}
}
}