diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-19 00:16:04 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-19 00:16:04 +0500 |
| commit | ecca9314a53b961f49ae57528e30a3a17f5300dc (patch) | |
| tree | f99110ad90b9798b873c1c9ea4fdfba7aa45c34d /docs/emotes/count.md | |
| parent | 21991b1da2bfab5aa266e7ba91527a6ee62a6b99 (diff) | |
feat: docs
Diffstat (limited to 'docs/emotes/count.md')
| -rw-r--r-- | docs/emotes/count.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/emotes/count.md b/docs/emotes/count.md new file mode 100644 index 0000000..bd5f850 --- /dev/null +++ b/docs/emotes/count.md @@ -0,0 +1,33 @@ +# Check the usage of emote + +> The only supported emote provider is **7TV** + + +The `!ecount` command is designed to track the number of times an emote has been used in a chat. +This feature allows users to find out how many times a certain emote has been used in messages. +To use the command, you must specify the name of the emote after the command. + +## Syntax + +`!ecount [name]` + ++ `[name]` - The name of the emote. + +## Usage + ++ `!ecount forsenHoppedIn` + +## Responses + ++ `forsenHoppedIn has been used 1337 times` + +## Important notes + ++ Emote information is stored and retrieved from an external +["ilotterytea/stats"](https://stats.ilotterytea.kz) service. ++ Emotes data may be temporarily unavailable if a bot has just joined a chat. + +## Error handling + ++ [Not enough arguments](/wiki/errors#0) ++ [External API error](/wiki/errors#20) |
