EMU-Compsci-Discord / CompsciBot

A discord bot for a computer science discord server
MIT License
3 stars 3 forks source link

/poll command not adding reactions #46

Open coxender opened 2 years ago

coxender commented 2 years ago

Referencing the code, it seems like the expected behavior of the command /poll is to add three reaction roles: 👍🏻, 👎🏻, and 🤷🏻.

However in this example, the reaction roles won't appear. I'm suspecting that the request is taking too long and timing out, but I could be wrong about that.

Code reference

nstringham commented 2 years ago

Oh yay type mutation. My favorite! /s https://github.com/EMU-Compsci-Discord/CompsciBot/blob/e8e96558fae29b20f799273db5159a675c156472/cogs/general.py#L162

nstringham commented 1 year ago

@coxender can this be merged now that #49 is merged?