-
Notifications
You must be signed in to change notification settings - Fork 3
Discord Apps Wiki
V3L0C1T13S edited this page Apr 8, 2023
·
27 revisions
This is a list of Discord API wrappers, clients, and other apps being used to test Reflectcord. Overall, this wiki contains larger pieces of code, preferably with test suites available.
Smaller apps such as a ping pong bot probably don't need to be included, unless they don't work, in which case they definitely should. Rule of thumb: If it doesn't work it should be included here.
Apps are rated with 4 ratings:
Works, OK, Runs, and Broken
App | Status | Notes |
---|---|---|
Abaddon | Works | Seems to be fully functional as of a4e1a745ba56829d310c89a8b5381e0f07890aa5 |
GTKCord4 | OK | Mostly usable, images sometimes cause a crash. Icons fixed as of 9a9e664b2028df0798a76fd0664f93f848500eb3 |
Official Discord Client | OK | Account and server management can be "iffy" |
Discord.js | Works | Most major features work as of commit 31eebdeea8b07da77976e05044fd8cd46d735d33Z |
esmBot | OK | Everything except music works. Sometimes errors out because of unimplemented message component types. |
Hummus (Discord 2016) | OK | Using unsupported locales locks up the client, replies show up as blank, and embeds work only half the time. |
Discord.py | OK | Most stuff works as of ef51c8c8e40cb86f4d570eadb0ad70687885710f - Replies appear to cause an error in fromSnowflake. Details |
Oceanic.js | Works | Almost everything works as of 0ebb0e03f9a326a26c325e508e67f43951bddb02 |
Pycord | OK | Same as discord.py |
Opencord | OK | Works the same as Discord. Read states appear to be bugged |
Discord mobile (Kotlin) | Runs | Cannot parse guilds at all. Possibly due to race condition with user_settings |
Discord mobile (React Native) | OK | Works almost perfectly - some system messages cause nonfatal rendering errors. |
Revolt Subsystem for Discord | Works | Works as expected. Don't see a reason you'd need to use it since it would just be Revolt (RSD)->Discord (Refcord)->Revolt. |
Ripcord | OK | Images and videos don't work. Other than that, flawless experience. |