Revise the message handler system, and partially the command system
This commit is contained in:
parent
57dcc685df
commit
59c62e62e2
19 changed files with 350 additions and 209 deletions
|
@ -13,9 +13,9 @@ namespace Bot.CommandSystem
|
|||
public MethodInfo AssignedMethod;
|
||||
public int arguments = 0;
|
||||
public CommandHelp cmdUsage;
|
||||
public MessageHandler.Destinations CommandSource;
|
||||
public Destinations CommandSource;
|
||||
|
||||
public CommandGroup(string Command, int minLevel, int argCount, string HelpText, MessageHandler.Destinations SourceType)
|
||||
public CommandGroup(string Command, int minLevel, int argCount, string HelpText, Destinations SourceType)
|
||||
{
|
||||
this.Command = Command;
|
||||
this.minLevel = minLevel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue