Skip to content

Adding more custom command placeholders #4235

Answered by pajlada
smokedzn asked this question in Ideas
Discussion options

You must be logged in to vote

👍 {viewer.count} would be {stream.viewer_count} and should be easy to implement, we have the data already
👍 {chatter.count} would be {channel.num_chatters} and should also be relatively easy to implement, some users will have this information but not all of them.
👍 {previous...} would need to be a bit more explicit in what it's fetching, is it using context from the last message in a split? If so, we'd probably want {split.previous_message.username} or {split.previous_message.text}
👍 {time} is interesting, bit more on the complex side but I could see some useful scenarios. Would need to be careful for how we handle the text formatting

👎 {username.random} feels a bit overkill/abusey for my…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@smokedzn
Comment options

@Chomchaum
Comment options

Answer selected by smokedzn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
3 participants