Here are
64 public repositories
matching this topic...
C++ library for the Discord chat client
An easy to use multithreaded library for creating Discord bots in Java.
Updated
Jun 23, 2021
Java
Idiomatic Kotlin Wrapper for The Discord API
Updated
Jun 23, 2021
Kotlin
A Modularized C++ Library for the Discord API
A Discord library written in C
An asynchronous Discord API wrapper for .NET.
A Discord Bot & REST Library for Nim.
A Discord library for Scala using Akka
Updated
Jun 6, 2021
Scala
A library for writing discord bots in haskell
Updated
Jun 24, 2021
Haskell
The most popular discord API Haxe library (because no others are good enough to be called a library)
Updated
May 20, 2021
Haxe
Simplified, but feature rich Discord API wrapper written in modern C++.
A Discord library for C++
A Discord bot developed in JavaScript using the discord.js library.
Updated
Dec 8, 2020
JavaScript
The simple Discord library for advanced users
Updated
Jun 16, 2021
TypeScript
EvolveJS - A Discord Library written in Typescript for Javascript and Typescript.
Updated
Apr 25, 2021
TypeScript
QDiscord - An unofficial C++ and Qt wrapper for the Discord API.
Client interface for Discord written in C++ using Qt
A minimalistic Discord API wrapper made in Posix Shell
Updated
Sep 10, 2020
Shell
Discord.CPP is a C++ library for interaction with the Discord API.
Discord API Community Libraries
A Discord client written in typescript
Updated
Jun 22, 2021
TypeScript
Pure OCaml bindings to the Discord API. Mirror of Gitlab repo.
Updated
Jun 13, 2019
OCaml
A .NET Standard interface for the Discord API designed for creating bots.
A discord library written in Kotlin for Kotlin/JVM
Updated
Jun 30, 2020
Kotlin
Updated
Aug 27, 2020
JavaScript
Updated
Jun 7, 2021
TypeScript
Improve this page
Add a description, image, and links to the
discord-library
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-library
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
What will happen if I attempt to send a message from
ShardingManager
to all the shards viaShardingManager#broadcast
? Where would I listen to it inShardClientUtil
? I can't find it anywhere in the docs nor the code