CommandEvent

Special event encapsulating MessageCreate's, containing specific Bot utilties and functionality.

Constructors

this
this(MessageCreate event)
Undocumented in source.

Members

Functions

arg
string arg(ushort index)
Undocumented in source. Be warned that the author may not have intended to support it.
has
bool has(ushort index)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cleanedContents
string cleanedContents [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

args
string[] args;

Array of arguments

cmd
CommandObject cmd;
Undocumented in source.
contents
string contents;

The message contents

event
MessageCreate event;
Undocumented in source.
msg
Message msg;
Undocumented in source.

Meta