OpenRA / Orabot

A reincarnation of OpenRA's famous IRC bot, written in C# to service the OpenRA server on Discord.
3 stars 6 forks source link

Update codebase #55

Closed penev92 closed 1 year ago

penev92 commented 1 year ago

This updates the target framework to .NET 6 (because the targeted .NET 5 is now out of support), updates third-party NuGet dependencies to their latest versions (allowing for future enabling of "newer" Discord features like handling channel threads, forums and slash commands) and updates the code, making a bunch of things properly async, making the trait- and weapon-documentation-related commands work properly and also fixes #19.

penev92 commented 1 year ago

Fixed RestSharp not handling deserialization of DateTimes properly.

penev92 commented 1 year ago

Added another (sizable) commit with code fixes and one tiny one with a "new feature". This code is now being ran by the live Orabot for testing purposes.