You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 29, 2022. It is now read-only.
This is somewhat of regression of #64. What I should do in this case is in the try block, I should have a conditional checking for if message still exists before doing any actions on it. Otherwise, I should ignore it altogether. This would also be accounted for in the catch block.
https://github.com/suggestionsbot/suggestions-bot/blob/9917b6750166ef665009da335a5f84e2d15621af/src/commands/Suggestions/suggest.js#L114
This is somewhat of regression of #64. What I should do in this case is in the
tryblock, I should have a conditional checking for ifmessagestill exists before doing any actions on it. Otherwise, I should ignore it altogether. This would also be accounted for in thecatchblock.