cronokirby / alchemy

A discord library for Elixir
MIT License
152 stars 34 forks source link

How to use reactions? #48

Closed Zesky665 closed 7 years ago

Zesky665 commented 7 years ago

I was looking though the code and couldn't figure out how to add reactions to messages. How do I add a reaction or multiple to a message.

cronokirby commented 7 years ago

You'll find stuff much quicker in the docs than in the code: https://hexdocs.pm/discord_alchemy/0.6.0/Alchemy.Client.html#add_reaction/2

Zesky665 commented 7 years ago

Wow, thanks, how did I manage to miss it :p