CommandEvent

Special event encapsulating MessageCreates, containing specific Bot utilties and functionality.

Constructors

this
this(MessageCreate event)
Undocumented in source.

Members

Functions

arg
deprecated string arg(ushort index)
Undocumented in source. Be warned that the author may not have intended to support it.
has
deprecated 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]

Returns arguments as a single string

mentions
UserMap mentions [@property getter]

Returns mentions for this command, sans the bot

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