Sets the environment to accept a given type and identifier of message. Parameters can be replaced with "nil" to act as a wildcard.
Command.Message.Accept(type, identifier) | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
identifier | parameter | string/nil | The 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. |
type | parameter | string/nil | The type of message. Valid types include "tell", "channel", "guild", "officer", "party", "raid", "say", "yell", "send". |