mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
6dd2d8db1e52877f7ff09b4d2608e5b3b9599de8
also cap report for missing licenses to 10 items max
RPCS3 Compatibility Bot
Development Requirements
- .NET Core 2.1 SDK or newer
- Any text editor, but Visual Studio 2017 or Visual Studio Code is recommended
Runtime Requirements
- .NET Core 2.1 Runtime or newer for compiled version
- .NET Core 2.1 SDK or newer to run from sources
How to Build
- Change configuration for test server in
CompatBot/Properties/launchSettings.json - Note that token could be set in the settings or supplied as a launch argument (higher priority)
- If you've changed the database model, add a migration
$ cd CompatBot$ dotnet ef migrations add -c [BotDb|ThumbnailDb] MigrationName$ cd ..
$ cd CompatBot$ dotnet run [token]
How to Run in Production
- Change configuration if needed (probably just token)
- Put
bot.dbinCompatBot/ $ cd CompatBot$ dotnet run -c Release [token]
Languages
C#
99.3%
PowerShell
0.6%