Updated to allow mention as command prefix. Updated DBCommand
This commit is contained in:
19
PluginManager/Others/CmdArgs.cs
Normal file
19
PluginManager/Others/CmdArgs.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using Discord.Commands;
|
||||
using Discord.WebSocket;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace PluginManager.Others
|
||||
{
|
||||
public class CmdArgs
|
||||
{
|
||||
public SocketCommandContext context { get; init; }
|
||||
public string cleanContent { get; init; }
|
||||
public string commandUsed { get;init; }
|
||||
public string[] arguments { get;init; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user