vsTerminus / Mojo-Discord

Perl Modules that implement parts of the Discord API. Intended for Text Chat Bots.
MIT License
33 stars 10 forks source link

Reactions #21

Closed incognico closed 4 years ago

incognico commented 4 years ago

Renamed:

New:

This fully implements #7

incognico commented 4 years ago

For simplicity I have used delete_reaction and delete_all_reactions in REST.pm, it is a slight code duplication but probably better than trying to make 4 methods in Discord.pm to use only one in REST.pm.

incognico commented 4 years ago

Also better squash the commits as I did a git oops.

vsTerminus commented 4 years ago

Squashed and merged via command line.