We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Members for DMs and public channels show, but for private channels and threads, the members are not shown.
The text was updated successfully, but these errors were encountered:
I have this issue with senpai: Only things starting with "#" or "&" are classified as channels (chantypes). "@+" are prefixSymbols.
chantypes
prefixSymbols
We should send a CHANTYPES message so it knows that @ and + are valid symbols for channels.
@
+
Oh, we are sending CHANTYPES, but senpai is reading it as an error:
Received corrupt message ":localhost 005 zach.decook CHANTYPES=#@&+": expected at least 3 params, got 2
Sorry, something went wrong.
No branches or pull requests
Members for DMs and public channels show, but for private channels and threads, the members are not shown.
The text was updated successfully, but these errors were encountered: