devhatt / hatbot-discord

HatBot, um bot para o discord da Devhatt
2 stars 3 forks source link

fix bug when someone select a revisor twice the other commands stop working #43

Closed hxsggsz closed 6 months ago

hxsggsz commented 7 months ago

Closes #42

Feature fix bug when someone select a revisor twice the other commands stop working because it was pinning the message twice
Bugfix - **Description** when someone select a revisor twice the other commands stop working - **Cause** because the bot takes the pinned message to use as reference for other commands and when you select someone twice it was pinning the message twice and the pin flow is broken - **Solution** now the message with the information necessary is only pinned if dont have the same message pinned before
Checklist - [x] Issue linked - [x] Build working correctly - [ ] Tests created