CommandEvent

Special event encapsulating MessageCreates, 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.

cleanedContents
string cleanedContents()

Returns arguments as a single string

has
bool has(ushort index)

Undocumented in source. Be warned that the author may not have intended to support it.

mentions
UserMap mentions()

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