customrealms / core

Core library for the CustomRealms runtime
https://customrealms.io/core
MIT License
37 stars 14 forks source link

Discord.js Support #17

Open RedlineDevs opened 2 years ago

RedlineDevs commented 2 years ago

Add support to Discord.js, You might think that it's "Hard" because you'll have to build a whole library but nop, Discord made support for Java (Discord.java), That's how you can work around that easily.

AL1L commented 2 years ago

It's not working because CR is currently using a very old version of Node.js.

You might think that it's "Hard" because you'll have to build a whole library but nop

It has nothing to do us needing to build a Discord API library, that doesn't even make sense.

Discord made support for Java (Discord.java), That's how you can work around that easily.

Discord did not make Discord.js, JDA, Discord4J, or any other Discord API wrapper. And Discord.java doesn't even exist... And if we did have to manually interface with JDA or Discord4J, it would be hard.

Anyways, this is a duplicate of customrealms/bukkit-runtime#1