PluralKit/PluralKit.Bot
Ske 08afa2543b Add member avatar edit command
This also refactors a large portion of the DI toolchain, since
I discovered that you shouldn't be reusing IDbConnection objects.

Instead, most services and stores are now declared transient, and
the webhook cache has been moved to a database-independent storage
singleton by itself.
2019-05-17 01:23:09 +02:00
..
Commands Add member avatar edit command 2019-05-17 01:23:09 +02:00
Services Add member avatar edit command 2019-05-17 01:23:09 +02:00
Bot.cs Add member avatar edit command 2019-05-17 01:23:09 +02:00
BotConfig.cs bot: enable .NET configuration management 2019-05-08 20:08:56 +02:00
ContextUtils.cs Add member avatar edit command 2019-05-17 01:23:09 +02:00
Errors.cs Add member avatar edit command 2019-05-17 01:23:09 +02:00
Limits.cs Add member avatar edit command 2019-05-17 01:23:09 +02:00
PluralKit.Bot.csproj Add member avatar edit command 2019-05-17 01:23:09 +02:00
Preconditions.cs refactor project structure 2019-05-08 00:06:27 +02:00
Utils.cs Add member avatar edit command 2019-05-17 01:23:09 +02:00