toxicrecker / DiscordUtils

MIT License
72 stars 48 forks source link

Pagination - Commands should work when removing reactions aswell. #14

Closed NachoCasta closed 3 years ago

NachoCasta commented 3 years ago

Right now, if you want to use the same command twice in a row you have to react, unreact and react again. The bot should also wait for remove_reaction aswell.

zboggert commented 3 years ago

Right now, if you want to use the same command twice in a row you have to react, unreact and react again. The bot should also wait for remove_reaction aswell.

Thats pretty much what remove_reactions=True is for - it auto removes reactions so you dont have to click multiple times

isaa-ctaylor commented 3 years ago

Right now, if you want to use the same command twice in a row you have to react, unreact and react again. The bot should also wait for remove_reaction aswell.

I agree, if the bot doesn't have manage_messages perms for whatever reason, then it can't remove the reaction

toxicrecker commented 3 years ago

Thanks for the suggestion, I will be implementing this in future updates