Best java discord framework?
I'd like to eventually make a discord bot and I was wondering what's your guys go to java discord framework? I'm looking for one in terms of simplicity, utilities, and good documentation. Thanks in advance for any replies!
techstuffstuff (4)
jda, to use it fork this: https://replit.com/@techstuffstuff/cpJDA#Main.java
I would say the JDA Discord API wrapper, you can find it at https://github.com/DV8FromTheWorld/JDA.
Good luck with creating your bot, and keep coding on repl.it!