-
Notifications
You must be signed in to change notification settings - Fork 41
Discord voice meetups incorrectly deleted #72
Comments
So, Rupert tested the bot today and the 15-minute part of the condition looks OK, so it must be that Could it be that some unrelated code that used to refresh the cache was removed?? |
I checked the code a little and I the most suspicious line of code is https://github.com/fildon/kcd-discord-bot/commit/2db2be725d2124fed0674b34febaa2901e2907d4#r52204857 ... @fildon do you remember if you introduced that line for a good reason or only to make TS happy? (I suspect a runtime error might have been more useful than silencing errors in that place, at least for investigating this issue heh) |
I don't think I introduced that line. Looks to be a commit by @kentcdodds 🤔 |
What you did:
What happened:
Problem description:
Suggested solution:
https://github.com/kentcdodds/kcd-discord-bot/blob/main/src/meetup/cleanup.ts#L108
The text was updated successfully, but these errors were encountered: