mccoder.py
mccoder.py
Can you show us the payload you send?
This also happens on the latest stable version.
Just to ask, why are you using `bot.get_channel` if you got the guild? Just use `guild.get_channel` (it's much faster)🙈
> Didn't knew guild.get_channel is faster than bot.get_channel Of course it is `bot.get_channel` -> https://github.com/mccoderpy/discord.py-message-components/blob/33f5246005e056a1e44310ce69ec564a03e9368d/discord/state.py#L1501-L1515
> > ```python > > guild: discord.Guild = bot.get_guild(GUILD_ID) > > category: discord.CategoryChannel = bot.get_channel(CATEGORY_ID) > > await guild.create_forum_channel(name='Test', category=category) > > ``` > > By default it is None,...
> Hi bro, do we have a new server for this library? In theory yes...
> Where did you get that screenshot? I'm unsure FILTERS file is supposed to be markdown formatted. But if yes (or we'd allow that): > > * either it must...
Oh yea another peace of Code i forgot to change after removing the `__slots__`, will bee fixed with the next update (im working on Implementation for Slash-commands and context-menus.)