| Commit message (Collapse) | Author | Lines |
|
This could be possible during init_available. If there are too many available channels they are made dormant by calling unclaim_channel. However there may not be claimants cached and ensure_claimants wouldn't populate cache, since the channels weren't in use.
|
|
This avoids issues when a user tries to close a channel, but the cache is empty, so the author check fails.
|
|
If we get a 500 error from Discord when trying to move the help channel to in use, attempt to let the user know, then cancel the claim.
|
|
|
|
|
|
|
|
|