Exemplo n.º 1
0
 public CommandHandler(ObjectLock <DiscordClientEx> client)
 {
     _discordClient      = client;
     Modules             = new ConcurrentDictionary <ulong, List <ModuleInfo> >();
     CommandConverter    = new CommandConverter();
     CommandMethodParser = new CommandMethodParser(this);
     Running             = false;
 }
Exemplo n.º 2
0
 public CommandScorer(CommandConverter commandConverter)
 {
     CommandConverter = commandConverter;
 }