From 29733d869113e6f8fc2ba7cb0b505f0babd83c16 Mon Sep 17 00:00:00 2001 From: Styler Date: Wed, 24 Apr 2024 14:47:27 +0200 Subject: [PATCH] docs: Add documentation for !emotecount command --- docs/chatbot/commands/default/emotecount.md | 43 +++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 docs/chatbot/commands/default/emotecount.md diff --git a/docs/chatbot/commands/default/emotecount.md b/docs/chatbot/commands/default/emotecount.md new file mode 100644 index 0000000..70fbf8b --- /dev/null +++ b/docs/chatbot/commands/default/emotecount.md @@ -0,0 +1,43 @@ +--- +tags: + - chatbot + - commands +description: The `!emotecount` command displays the usage frequency of specific emotes within the chat. +keywords: + - emotecount + - emote usage + - chat interaction +--- +# !emotecount + +The `!emotecount` command displays the usage frequency of specific emotes within the chat. + +### Arguments + +- `emote_name`: The name of the emote you want to check the usage of. + +### Usage + +``` +!emotecount +``` + +### Example Input + +``` +!emotecount Keepo +``` + +### Example Output + +``` +@Styler The emote Keepo has been used 14982 times! PogChamp +``` + +#### Example Error + +``` +@Styler The emote XD was not found. NotLikeThis + +@Styler Unable to retrieve the emote count. Please try again later. NotLikeThis +```