[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"/>"
}
]
}