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 has been 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.
The text was updated successfully, but these errors were encountered:
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
try
block, I should have a conditional checking for ifmessage
still exists before doing any actions on it. Otherwise, I should ignore it altogether. This would also be accounted for in thecatch
block.The text was updated successfully, but these errors were encountered: