diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-12 17:01:48 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-12 17:01:48 +0500 |
| commit | 1f5f33fc2f2c8f5d2239d5506ba53438a090d52d (patch) | |
| tree | c44eed1f4eb6b9684ed04ad64a4c3db42957bb50 /luamods/chatters.lua | |
| parent | 458ea551a1ba7edfa068fafaad5949282f5f4aa0 (diff) | |
feat: command descriptions
Diffstat (limited to 'luamods/chatters.lua')
| -rw-r--r-- | luamods/chatters.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/luamods/chatters.lua b/luamods/chatters.lua index a3c3820..cf71bcc 100644 --- a/luamods/chatters.lua +++ b/luamods/chatters.lua @@ -15,6 +15,14 @@ local lines = { return { name = "chatters", + description = [[ +> To use the `!chatters` command, you must assign moderator to the bot. +> Following the [Twitch API docs](https://dev.twitch.tv/docs/api/reference/#get-chatters), only moderators have access to full chatter list. + +The `!chatters` command allows you to get a list of chatters as plain text. +After collecting the list of chatters, the bot returns a link to the paste from +[the Pastebin-like service](https://paste.alright.party). +]], delay_sec = 30, options = {}, subcommands = {}, |
