Skip to content
Randal T Meyer edited this page May 5, 2024 · 2 revisions

Emoji Management

RPG Sage uses emoji to react to a lot of interactions, such as 👍 on a successful command or 👎 on a failed command. Emoji are also used when showing Dice results with a value test.

RPG Sage has default emoji it uses for each type of interation. Each Server that uses RPG Sage is able to override these emoji choices for their Server. Each Game that uses RPG Sage is able to override these emoji choices for that Game. Thus, RPG Sage checks the Game (if one exists) for the needed Emoji before checking the Server before using the default Emoji.

When the commands below are used inside a Game Channel, they are accessing the Game's emoji. When the commands are used outside a Game Channel, they are accessing the Server's emoji.

To see the entire list of Emohi used by RPG Sage, simply use the emoji list command below.

Some Common Emoji Types:

  • DieSuccess for dice test results
  • DieFailure for dice test results

Emoji values can be raw emoji characters as well as discord custom emoji.

Get Emoji

Example:

sage! emoji get type="DieSuccess"

Set Emoji

Example:

sage! emoji set type="DieFailure" emoji="😭"

Unset (Reset) Emoji

Example:

sage! emoji unset type="DieFailure"

List All Emoji

Example:

sage! emoji list

Sync (Reset) All Emoji

Example:

sage! emoji sync
Clone this wiki locally