Adds the given formatted message for every player, below any existing non-prompt messages.
A string containing embed points, for example "Hello {0}"
will insert args[0]
after the word "Hello ".
Rest
...args: MessageEmbed[]Optional array of values to embed in the message.
Adds the given formatted message for the given player, below any existing non-prompt messages.
Player to add a message for.
A string containing embed points, for example "Hello {0}"
will insert args[0]
after the word "Hello ".
Rest
...args: MessageEmbed[]Optional array of values to embed in the message.
Adds the given formatted message for the given players, below any existing non-prompt messages.
A string containing embed points, for example "Hello {0}"
will insert args[0]
after the word "Hello ".
Rest
...args: MessageEmbed[]Optional array of values to embed in the message.
Rest
...args: MessageEmbed[]Clears all non-prompt messages for all players.
Clears all non-prompt messages for the given player.
Player to clear messages for.
Clears all non-prompt messages for the given players.
Removes the given message for all players.
Removes the given message for the given player.
Player to remove a message for.
Removes the given message for the given players.
Clears any existing non-prompt messages, then adds the given formatted message for every player.
A string containing embed points, for example "Hello {0}"
will insert args[0]
after the word "Hello ".
Rest
...args: MessageEmbed[]Optional array of values to embed in the message.
Clears any existing non-prompt messages, then adds the given formatted message for the given player.
Player to set a message for.
A string containing embed points, for example "Hello {0}"
will insert args[0]
after the word "Hello ".
Rest
...args: MessageEmbed[]Optional array of values to embed in the message.
Clears any existing non-prompt messages, then adds the given formatted message for the given players.
A string containing embed points, for example "Hello {0}"
will insert args[0]
after the word "Hello ".
Rest
...args: MessageEmbed[]Optional array of values to embed in the message.
Static
validateValidates a message format string, to make sure it matches the given argument array.
Message format string.
Optional
args: MessageEmbed[]Array of embedded values to include in the message.
Generated using TypeDoc
Helper for displaying messages at the top of the screen.