interactions.py icon indicating copy to clipboard operation
interactions.py copied to clipboard

[REQUEST&BUG] Missing Acess

Open CaedenPH opened this issue 3 years ago • 2 comments

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.

CaedenPH avatar Aug 02 '22 21:08 CaedenPH

Hi! I can understand your issue. Since it is log.warning, using

from logging import basicConfig, CRITICAL


basicConfig(level=CRITICAL)

should fix your issue

EepyElvyra avatar Aug 02 '22 21:08 EepyElvyra

Hi! I can understand your issue. Since it is log.warning, using

from 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?

CaedenPH avatar Aug 02 '22 21:08 CaedenPH

Hi! I can understand your issue. Since it is log.warning, using

from 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

EepyElvyra avatar Aug 21 '22 20:08 EepyElvyra

Update:

grafik

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

EepyElvyra avatar Aug 23 '22 18:08 EepyElvyra