Required Client Permission mismatch with role
One of my commands requires various authorizations and, among other things, Connect. So I pass this array
Once I try to run the command the bot always says it is missing the permission "Connect". I checked it twice it has this permission for the role and the category/channel as well. What's the issue here?
4 Replies
gee that got me stumped. @vladdy @kyra surely permission flags didnt recently change per chance?
Well, what precondition are you using?
Only two self written preconditions. The permissions itself I check with requiredClientPermissions
Interesting