C# Class Nekobot.Commands.CommandEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Kusoneko/Nekobot Class Usage Examples

Méthodes publiques

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

Method Details

CommandEventArgs() public méthode

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