Fixed some warnings

This commit is contained in:
2023-06-25 21:35:53 +03:00
parent 970c519a32
commit 3ab96e2d0d
4 changed files with 6 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ namespace PluginManager.Others
public string commandUsed { get;init; }
public string[]? arguments { get;init; }
public DBCommandExecutingArguments(SocketCommandContext context, string cleanContent, string commandUsed, string[] arguments)
public DBCommandExecutingArguments(SocketCommandContext context, string cleanContent, string commandUsed, string[]? arguments)
{
this.context = context;
this.cleanContent = cleanContent;