discord.py-self
discord.py-self copied to clipboard
A fork of the popular discord.py for self-bots
### Summary The function ack_bulk is not finished ### Reproduction Steps function in http.py file named `ack_bulk()` isn't finished, no bug, its more of an improvement request. ### Code _No...
### Summary await bot.create_guild(name=...) returns `403 Forbidden (error code: 10008): Unknown Message` ### Reproduction Steps ⠀ ### Code ```python @bot.command(name="webhooksetup") async def webhooksetup(ctx): await ctx.message.delete() file = json.loads(open("Data/webhooks.json", "r").read()) guild...
### Summary Add the currently missing `Guild.max_stage_video_users` attribute and `Guild.safety_alerts_channel` property ### What is the feature request for? The core library ### The Problem In https://github.com/Rapptz/discord.py/pull/9318, support for `Guild.max_stage_video_users` and...
### Summary I am trying to search an netire guild, but it is only giving me the first 2 pages instead of all the results ### Reproduction Steps use the...
### Summary renamed branch has broken dist info ### Reproduction Steps n/a ### Code ```python n/a ``` ### Expected Results pycharm does not think it is https://pypi.org/project/selfcord.py/ ### Actual Results...
### Summary After running commands a lot of times i get an error that says it's unable to get the session. ### Reproduction Steps Run commands a lot. A lot...
### Summary Add a `rules` attribute in `discord.Guild` where we can accept or read the rules. ### What is the feature request for? The core library ### The Problem I...
## Summary This pull request is to add an skash command example because a lot of people are asking how to do that. ## General Info - [ x] If...
### Summary Add buttons to custom RichPresence ### What is the feature request for? The core library ### The Problem Being impossible to put links in buttons make them useless...
### Summary Terminal colors fail. ### Reproduction Steps 1 Install latest release (which is not really working anymore) 2 Run in PyCharm, observe color coded log messages. 3 update to...