I am trying to create a basic counter command in Discord that is triggered whenever someone uses a specific emote.
discord emote being used - :yell:
current command - :yell:
intended command return - $(touser) has yelled $(count) times!
When I type in :yell: I see the intended emote and no command return. Is what I'm trying to do even possible? Is there another way to do this?