Bot dies when try to use in voice text channel #35
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AnthonyKwon/chattybot#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Expected Behavior
Bot joins a VC and creates a thread for speech synthesize in channel user used a command.
Actual Behavior
Bot tries to join a VC and create a Thread in Voice Text Channel, but fails as Voice Text Channel does not support Thread functionality.
Bot throws MESSAGETHREADPARENT error and deadlocks, as it thinks it already in VC, but it's actually not.
Possible Solution