ahihiyou20

Results 7 issues of ahihiyou20

Sometimes when I try to access a embeds message Key-value (like m['embeds'][0]['title']) It return KeyError for some reason (embeds are not empty and title key-value exists). So can someone tell...

So im trying to switch beetween 2 accounts (Account A and B) in a gateway function. But it doesn't seem to work... it does nothing after all. Nothing happend, no...

answered (edited)

Added missing paramater in method call when creating DMs

### Summary discord.errors.Forbidden, discord.Forbidden, discord.DiscordException CAN'T be used to catch a forbidden error ### Reproduction Steps ```python try: cmds = await self.get_channel(channel: int).application_commands() except discord.DiscordException: # Even Exception or discord.DiscordException...

unconfirmed bug