Skip to content
#

discord-api

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

Catalyst4222
Catalyst4222 commented Feb 17, 2022

What is the feature you're proposing?
Currently, it's hard to check if two objects (e.g. Members) refer to the same item on discord. I would like a way to easily check if two objects are the same, and preferably also be able to store those objects in places that need hashes (sets and dict keys)

One simpler way to do this would be to create a mixin which has methods for __eq__ and `__hash

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
Squ1dboi
Squ1dboi commented Aug 17, 2020

I got all requirements and followed all the steps, but when I opened rtb.py, nothing happens! it says
Unable to read Config file.
Importing necessary modules and checking installations.
RTBFiles directory not found.
downloading config,json
and then, nothing happens. can someone help?
![image](https://user-images.githubusercontent.com/68292297/90455230-91f1aa00-e0c3-11ea-875c-c017bc872e6c.pn

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