Skip to content
#

discord-api

Here are 1,264 public repositories matching this topic...

ffl0w
ffl0w commented Feb 9, 2022

What is the feature you're proposing?
unstable is a land of both creativity and instability, which is commonly seen from the consistency in bugs appearing on this branch. This branch helps us with standardising a rapid development workflow, however, we often find ourselves having issues with detecting when regular core features of the library begin to break. It's hard to always be able to c

documentation enhancement good first issue
KILLEliteMaste
KILLEliteMaste commented Jul 23, 2021

Currently i.e. Message#edit(String) only updates the message content instead of removing the embed and components. The method should be changed to "replace" the message with the given new content and corresponding new methods i.e. Message#editContent should be added to only update the specific field.

breaking-change good first issue
onerandomusername
onerandomusername commented Jul 6, 2022

Summary

creating or updating flags with both an alias and its actual flag provided has undefined behavior

Reproduction Steps

Provide both an alias and a default value in flag creation.

Minimal Reproducible Code

>>> from disnake import Permissions
>>> Permissions(view_channel=False, read_messages=True).value
1024
>>> Permissions(view_channel=True, read_messages=False).
bug good first issue

Improve this page

Add a description, image, and links to the discord-api topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the discord-api topic, visit your repo's landing page and select "manage topics."

Learn more