You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the channel exists and the bot can access it but it's not in the cache. for some reason it only happens on one server I use but it's probably cache semantics. adding a check if the channel is None and then a fetch_channel fallback should fix it, e.g. see here Rapptz/discord.py#7293
The text was updated successfully, but these errors were encountered:
It's adding a watch and removing the watch fine but when it tries to run
printer
it gets this error:the channel exists and the bot can access it but it's not in the cache. for some reason it only happens on one server I use but it's probably cache semantics. adding a check if the channel is None and then a
fetch_channel
fallback should fix it, e.g. see here Rapptz/discord.py#7293The text was updated successfully, but these errors were encountered: