コード例 #1
0
 public override ICommandContext ParseCommand(IGuildMessageContext guildContext)
 {
     return(ParseCommand(guildContext as IMessageContext));
 }
コード例 #2
0
 public GuildCommandContext(IGuildMessageContext messagecontext, ICommandContext commandcontext) : base(messagecontext.Message, messagecontext.Guild)
 {
     commandContext = commandcontext;
 }
コード例 #3
0
 public virtual ICommandContext ParseCommand(IGuildMessageContext guildContext)
 {
     return(ParseCommand(guildContext as IMessageContext));
 }