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
Please send your code 🙂
I think the problem is that the command isnt updating though so I'm just going to delete it and reregister