interactions.py
interactions.py copied to clipboard
[REQUEST&BUG] Missing Acess
Describe the feature.
Your bot is missing access to guild with corresponding id 111111111111111! Adding commands will not be possible until it is invited with `application.commands` scope
This is spammed in console a couple hundred times, with the guild id's. How is this silenced?
Code of Conduct
- [X] I agree to follow the contribution requirements.
Hi! I can understand your issue. Since it is log.warning, using
from logging import basicConfig, CRITICAL
basicConfig(level=CRITICAL)
should fix your issue
Hi! I can understand your issue. Since it is
log.warning, usingfrom logging import basicConfig, CRITICAL basicConfig(level=CRITICAL)should fix your issue
This is a bit annoying, could there be an option in the client instance to silence these warnings?
Hi! I can understand your issue. Since it is
log.warning, usingfrom logging import basicConfig, CRITICAL basicConfig(level=CRITICAL)should fix your issue
This is a bit annoying, could there be an option in the client instance to silence these warnings?
It could be done, although it is very low priority and it would be made faster if you'd make a PR yourself tbh
Update:

This means the issue should just go away on its own.
Source message: https://canary.discord.com/channels/789032594456576001/801461008865951784/1011376069695250494 if you are not in that server: https://discord.gg/discord-developers