Command.Message.Reject

Sets the environment to reject a given type and identifier of message. Directly cancels out single calls to Command.Message.Accept.

Usage:

Command.Message.Reject(type, identifier)
ParameterTypeDatatypeDescription
identifierparameterstring/nilThe identifier type of the message. Used for the receiver to filter accepted messages via the Command.Message.Accept() function. Must be at least three characters long.
typeparameterstring/nilThe type of message. Valid types include "tell", "channel", "guild", "officer", "party", "raid", "say", "yell", "send".