Does ChannelType.GuildText includes categories?

I have a slash command with channel input that I filter to ChannelType.GuildText, but if you search for a category name it will come up in the pop up. Leads to weird behavior since a category is invalid input for the command. I can check for this explicitly in my logic but it seems weird categories show up at all since I would add ChannelType.GuildCategory if I wanted that
3 Replies
Lioness100
Lioness100•16mo ago
Please send your code 🙂
Ravelt
RaveltOP•16mo ago
No description
Ravelt
RaveltOP•16mo ago
I think the problem is that the command isnt updating though so I'm just going to delete it and reregister

Did you find this page helpful?