Lumouille
Lumouille
### Summary Arg Bridge command doesnt work ### Reproduction Steps Use a bridge command and add some value required in a list ### Minimal Reproducible Code ```python @bot.bridge_command() @discord.option("value", choices=[1,...
### Summary Description attribute to ClientUser ### What is the feature request for? The core library ### The Problem Edit the about me/description of the bot without having to go...
### Summary walk_application_commands() return None if 1 command is not loaded ### Reproduction Steps Create a command that cant be added, and check the walk_application_commands() ### Minimal Reproducible Code ```python...
### Summary Guild edit has attribute vanity_role while he cant edit that ### Reproduction Steps https://github.com/Pycord-Development/pycord/blob/9ab4bd6094e067e0c7956b316f483c6730ff50d1/discord/guild.py#L1718 ### Minimal Reproducible Code _No response_ ### Expected Results N/A ### Actual Results N/A...
### Summary is_integration return False even if its an integration ### Reproduction Steps use the function role.is_integration() ### Minimal Reproducible Code ```python role = await self.bot.get_or_fetch_role(ctx.guild, 1174017132154081393) print(role.is_integration()) ``` ###...
After a lot of time it return this : Command raised an exception: ConnectTimeout: HTTPSConnectionPool(host='emojicdn.elk.sh', port=443): Max retries exceeded with url: /%F0%9F%92%AD?style=twitter (Caused by ConnectTimeoutError(, 'Connection to emojicdn.elk.sh timed out....
## Summary ## Information - [x] This PR fixes an issue. Fixes #1582 - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This...
## Summary ## Information - [x] This PR fixes an issue. - [] This PR adds something new (e.g. new method or parameters). - [] This PR is a breaking...
## Summary ## Information - [x] This PR fixes an issue. - [ ] This PR adds something new (e.g. new method or parameters). - [ ] This PR is...