A clean, modular Discord bot API framework built with Java and JDA. Orion-API provides the core interfaces and contracts for building scalable Discord bots with a plugin-like module system, ...
Here is an example of a simple Discord music bot written in Java using the JDA (Java Discord API) library import net.dv8tion.jda.api.JDABuilder; import net.dv8tion ...