PrimaShouji / Prima2

The Discord bot.
Apache License 2.0
0 stars 4 forks source link

Migrate more of the remaining Prima.Stable logic into other libraries #47

Closed karashiiro closed 2 years ago

karashiiro commented 2 years ago

This moves all of the ExtraModule commands into several new command modules in the Prima.Application library, and it moves all of the remaining services and event handlers into the Prima.DiscordNet library. It also fixes some nullable annotations in the help command. The remaining commands should now be easier to migrate into the core application, and then further refactoring can be done afterwards.