discord.py-self icon indicating copy to clipboard operation
discord.py-self copied to clipboard

A fork of the popular discord.py for self-bots

Results 46 discord.py-self issues
Sort by recently updated
recently updated
newest added

Pain. (Previous rebases unfortunately used merge).

### Summary Accepting a friend request results in an error. ### Reproduction Steps I have an event subscriber for incoming friend requests and it should automatically accept these requests. See...

unconfirmed bug

### Summary get automod settings of a server ### What is the feature request for? The core library ### The Problem / ### The Ideal Solution / ### The Current...

enhancement

### Summary Custom presence image doesn't set! ### Reproduction Steps ### Code ```python actv_type = discord.ActivityType.playing actv = discord.Activity( name=data.desc1, type=actv_type, state='STATE', details='DETAILS', large_image_url='https://lh3.googleusercontent.com/paxuBm_PrVPCKDscbmNyLiyOlBVwFMsbUcwldMUIHKsUQC2o9aWHhx8iwGiR3pNhoyMzH4SdwmXOlyB2sg=w544-h544-l90-rj' ) await Client.change_presence(activity=actv) ``` ### Expected...

enhancement

### Summary Not work join guild or accept invite ### Reproduction Steps In the latest build, the connection to my server does not work. await client.join_guild(1095380562245590236, lurking = True) doesn't...

unconfirmed bug

## Summary Fixes #454 ## General Info - [ ] If code changes were made then they have been tested. - [ ] I have updated the documentation to reflect...

### Summary Info API Down ### Reproduction Steps Just started out, used the most basic option possible, straight from the doc page. ### Code ```python import discord class MyClient(discord.Client): async...

unconfirmed bug

### Summary This error occurred while trying to log in ### Reproduction Steps How did you make it happen? I just using this lib ### Code ```python import discord import...

unconfirmed bug

### 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

### Summary Due to the api server is down, the bot starts slowly. ### Reproduction Steps https://github.com/dolfies/discord.py-self/blob/553cfa2bae2d7743f762685017aa13beaea93244/discord/utils.py#L1452 This server is down, could I remove the useless code, or fix that...

unconfirmed bug