The Wayback Machine - https://web.archive.org/web/20200530193902/https://github.com/topics/discord-api
Skip to content
#

discord-api

Here are 596 public repositories matching this topic...

Lilli-Samson
Lilli-Samson commented Apr 9, 2020

Is your feature request related to a problem? Please describe.
I want to get the uses of a vanity URL, but there is no function for that.

Describe the ideal solution
Add a function Guild.fetchVanityUses() that gets the uses of a vanity URL, if any.

Describe alternatives you've considered
It is already possible to get vanity invites via `client.fetchInvite(server.vanityURLCod

SebbyLaw
SebbyLaw commented Apr 20, 2020

Summary

sending a discord.File object through Messageable.send() changes the state of the file object.

Reproduction Steps

file = discord.File(io.BytesIO(my_bytes), filename='my_file')
await ctx.send(file=file)  # sends the file properly
await ctx.send(file=file)  # sends the file with zero bytes
await ctx.send(file=file)  # error

Expected Results

Sendi

Keterr
Keterr commented Mar 28, 2020

Recently I've been getting unexpected 429s when executing webhooks at the limit, following the headers appropriately. When these happen, the previous header contains information that causes my application to expect it still has requests left (e.g. X-RateLimit-Remaining: 2), and then the very next request will return an error 429 with Retry-After: 43323 or some similar value typically between 4

meew0
meew0 commented Aug 19, 2016

According to the traffic stats for this repo, people really like to check out the examples - it's third place in the list after the main repo page (i.e. github.com/meew0/discordrb) and the main wiki page.

Given the need to fulfill the role of what is essentially the repo's poster child, the examples are disproportionately spartanic. While there are six of them, they don't show off every aspect of

LenoxBot
LenoxBot-GitHub
LenoxBot-GitHub commented Sep 22, 2019

📢 Suggestion proposed by Profxy (246708789930229761)

What is the title of your suggestion?
what our costumers say

Explain your suggestion more accurately (It's best to give as much information as possible, so that we can implement the suggestion better)
the section "what our costumers say" on the first page of the homepage shouldn't be translated. It's better if they stay in the origin

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

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.