Add switch deletion command

This commit is contained in:
Ske
2019-06-13 17:05:50 +02:00
parent 7e9b7dcc98
commit d109ca7b57
4 changed files with 47 additions and 6 deletions

View File

@@ -123,7 +123,7 @@ namespace PluralKit.Bot
}
/// Subclass of ICommandContext with PK-specific additional fields and functionality
public class PKCommandContext : SocketCommandContext, ICommandContext
public class PKCommandContext : SocketCommandContext
{
public IDbConnection Connection { get; }
public PKSystem SenderSystem { get; }