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 20,544 public repositories matching this topic...

duncanspumpkin
duncanspumpkin commented Mar 24, 2022

window_editor_object_selection_select_object currently returns its success through a bool and also the global gGameCommandErrorText. It should be refactored to return a GameAction::Result to remove the use of the global.

refactor good first issue
Cider
katawful
katawful commented Apr 23, 2022

Describe the Bug

I have a playlist of ~300 songs that I regularly listen to. However when using the recently played function, it is more than doubled to almost 700 songs, repeating itself rather randomly and skipping all tracks I've added through iTunes in addition

Steps to Reproduce

Have a playlist with songs added via iTunes, and click on it from the "Recently played" section. E

bug good first issue renderer
tiltowait
tiltowait commented May 10, 2022

Summary

Calling await ctx.delete() on a message-based bridge command raises an exception.

Reproduction Steps

• Create a bridge command
• Call await ctx.reply(...) followed by await ctx.delete()
• Run the command from a message

Minimal Reproducible Code

import discord
from discord.ext import bridge

intents = discord.Intents.default()
intents.message_content =
feature request good first issue
Organization
discord
Website
discord.com
Wikipedia
Wikipedia