C# Class Nekobot.Commands.CommandEventArgs

Inheritance: System.EventArgs
Exibir arquivo Open project: Kusoneko/Nekobot Class Usage Examples

Public Methods

Method Description
CommandEventArgs ( Discord.Message message, Nekobot.Commands.Command command, string args ) : System

Method Details

CommandEventArgs() public method

public CommandEventArgs ( Discord.Message message, Nekobot.Commands.Command command, string args ) : System
message Discord.Message
command Nekobot.Commands.Command
args string
return System