CodecademyCommunity / codecademy-discord-bot

Custom moderation bot for the official Codecademy Community Discord server.
https://codecademycommunity.github.io/
MIT License
11 stars 1 forks source link

Add remove timeout slash command #319

Closed Victoria-DR closed 2 years ago

Victoria-DR commented 2 years ago

What issue is this solving?

Closes #315

Description

Any helpful knowledge/context for the reviewer?

Please make sure you've attempted to meet the following coding standards

mikejoh12 commented 2 years ago

Looks great overall! But testing with a db connection that is down it triggers an unhandled rejection due to .reply method called twice. I sent some comments in the dev server about one approach to fixing the issue.