mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Add switch deletion command
This commit is contained in:
parent
7e9b7dcc98
commit
d109ca7b57
4 changed files with 47 additions and 6 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue