"Zero" Reactions 已回覆 追蹤 Gaelan 2019年03月11日 03:19 Often, bots use reactions as "buttons" on messages that others can click. Unfortunately, there's no great way to do this: either the bot can leave one of each reaction (which means people have to mentally subtract 1 to figure out how many actual reactions there are) or not (which means people have to manually find the correct emoji). If it were possible for bots to leave a reaction without increasing the count (it would appear as "0" or with no number at all), we could have the best of both worlds. This could be implemented as a parameter to the "Create Reaction" API to make the reaction not be counted, or a parameter to the "Create Message" with an array of "suggested" reactions. 26