This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
Error "sChannel.send is not a function" when using suggest command #63
Labels
bug
Something isn't working
If a suggestions channel isn't set, the
suggest
command will sometimes throw an error sayingsChannel.send is not a function
. What I likely need to do here is add in some further validation of the suggestions channel before thesChannel
variable is ran or use nullish coalescing.https://github.com/suggestionsbot/suggestions-bot/blob/5b0421ad0a3ff99b708964196be2e26bc29eb265/src/commands/Suggestions/suggest.js#L90
The text was updated successfully, but these errors were encountered: