Skip to content
#

Discord

discord logo

Discord is a proprietary freeware voice-over-Internet Protocol (VoIP) application designed for video gaming communities, that specializes in text, image, video, and audio communication between users in a chat channel.

Here are 7,410 public repositories matching this topic...

tupaschoal
tupaschoal commented May 1, 2020

Create an overload of gfx_draw_string_left on \src\openrct2\drawing\Text.cpp with the same name, but that takes a const ScreenCoordsXY& object instead of an int32_t x and and an int32_t y and replace the calls to the {x ,y} pair by the one using ScreenCoordsXY.

Don't try to do all calls at once, unless it doesn't occur a lot, as this might lead to a huge PR. When we stop using the

community-edition
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

Kersheh
Kersheh commented Sep 17, 2018

What type of issue are you creating?

  • Bug
  • Feature request
  • Question

Description of issue

An options config flag to enable a mode that sequentially plays queued songs by all users, where the sequence of songs consists of taking turns between all users who have queued music.

e.g. User A queues 3 songs, User B queues 1 song, User C queues 2 songs.
Song order

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

DiscordChatExporter
iwitilfcuzlk
iwitilfcuzlk commented Feb 29, 2020

Now the software is very cool made, very often it helps and is used by me. The only thing in private messages opposite the correspondence is to show the date of the last message. And the latest correspondence so that you are always at the top.

I would also like to add the function of collecting links to user avatars (https://cdn.discordapp.com/avatars/158283238161383424/4f929df340856c411d68955f

BetterDiscordApp
n4n0GH
n4n0GH commented Oct 5, 2019

What do you want

When selecting a server with unread channels, have a key set aside to focus the next channel with unread content from the top of channel listings

Why

Switching servers usually happens because there are unread notifications. On servers with many channels this might mean to browse through a ton of channels before finding the channel you wanted to browse to.

Implem

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

Organization
discord
Website
discord.com
Wikipedia
Wikipedia
You can’t perform that action at this time.