[AB-xxx] adding templates for slash commands for emoteStats

This commit is contained in:
Sheldan
2025-01-27 01:32:28 +01:00
parent a025308cf1
commit d6b9ef4f4a
27 changed files with 56 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
{
"embeds": [
{
"description": "<@safe_include "deleteTrackedEmote_response_embed_text"/>"
}
]
}

View File

@@ -0,0 +1,7 @@
{
"embeds": [
{
"description": "<@safe_include "disableEmoteTracking_response_embed_text"/>"
}
]
}

View File

@@ -0,0 +1,7 @@
{
"embeds": [
{
"description": "<@safe_include "purgeEmoteStats_response_embed_text"/>"
}
]
}

View File

@@ -0,0 +1,7 @@
{
"embeds": [
{
"description": "<@safe_include "resetEmoteStats_response_embed_text"/>"
}
]
}

View File

@@ -0,0 +1,7 @@
{
"embeds": [
{
"description": "<@safe_include "trackEmote_response_embed_text"/>"
}
]
}

View File

@@ -0,0 +1 @@
Which types of emotes to show: Reactions or Messages (if not provided, both)

View File

@@ -0,0 +1 @@
Which types of emote to show: Reactions or Messages (if not provided, both)

View File

@@ -0,0 +1 @@
Which types of emotes to show: Reactions or Messages (if not provided, both)

View File

@@ -0,0 +1 @@
Which types of emotes to show: Reactions or Messages (if not provided, both)

View File

@@ -1 +1 @@
Do you really want to purge the emote stats?
Do you really want to purge the emote stats? This will delete all stored usages of the provided emote.

View File

@@ -0,0 +1 @@
Emote stats for emote have been purged.

View File

@@ -0,0 +1 @@
Do you really want to reset the emote stats? This will COMPLETELY WIPE ALL STORED EMOTE USAGES, and **CANNOT** be reversed.

View File

@@ -1 +1 @@
`true`/`false`! to show whether or not you want you want to see tracked emotes for which tracking is disabled. Default: false
Whether you want to see tracked emotes for which tracking is disabled. Default: false

View File

@@ -1 +1 @@
The emote which should be tracked. This needs to be an actual emote used, but can be an ID if you are 're-tracking' a previously existing emote.
The emote to tracked. Use the emote or provide an ID if you are 're-tracking' an existing emote.