Added Channel to DBCommandExecutingArguments.cs
This commit is contained in:
@@ -44,4 +44,5 @@ public class DBCommandExecutingArguments
|
||||
public string cleanContent { get; init; }
|
||||
public string commandUsed { get; init; }
|
||||
public string[]? arguments { get; init; }
|
||||
public ISocketMessageChannel Channel => context.Channel;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user