ErythroGuild / polybius

A Discord bot which searches for (and displays) queries in any message.
MIT License
0 stars 0 forks source link

Refactor `IEngine` to use abstract static classes #144

Open Ernest314 opened 3 years ago

Ernest314 commented 3 years ago

C# does not support this yet but it's in the working set: https://github.com/dotnet/csharplang/issues/4436

Implement whenever it gets merged into the language itself (could be years, who knows).