CommandEvent

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

Members

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

contents
string contents;

The message contents

Meta