Added Channel to DBCommandExecutingArguments.cs

This commit is contained in:
2023-12-17 17:14:48 +02:00
parent fe32ebc4d7
commit c8480b3c83
3 changed files with 28 additions and 29 deletions

View File

@@ -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;
}