Oliver Wilkes

Results 123 comments of Oliver Wilkes

i too was confused when i got this until i remembered this issue

i can chip in on this, when i had an unavailable guild, it was dispatched to guild_remove, checking and shielding against ```py if guild.unavailable: return ``` stopped the constant logging...

okay so i suppose ill revert this back to document it then

> Couldn't you just fetch the guild to ensure that it's available or not? yes but discord dispatches it, we are a dapi wrapper after all, no need to make...

I am not too sure on if `commands.Cog` -> `commands.CommandCog` is necessary, both are in separate modules to `nextcord.Cog`, seems like an unnecessary breaking change.

going to change this to a documentation edit as this is too much effort for something that discord causes entirely

note that this is done in my pr, waiting on discord to document before merging

for ref for if this is ever merged ddocs' side https://github.com/discord/discord-api-docs/pull/4701

I can reproduce, it seems to mostly be caused by `*cord.ext.tasks`, possibly from the structure where everything is defined in the `__init__.py`.

in future, please use descriptive issue titles