nickalaskreynolds / Star-Bot

Discord Bot written in Java using JDA, soon to be python
GNU General Public License v3.0
2 stars 0 forks source link

Starbot refuses to go into ready state. #40

Open NostalgiaNinja opened 3 years ago

NostalgiaNinja commented 3 years ago

Hi.

Initializing Starbot does not get past launching state. Same issue is currently happening with my fork of Momo. Any ideas?

java -jar starbot-1.0.2.1.jar
[main] INFO org.reflections.Reflections - Reflections took 295 ms to scan 1 urls, producing 11 keys and 214 values
Warning: Nashorn engine is planned to be removed from a future JDK release
[main] INFO io.ph.bot.commands.CommandHandler - Initialized commands
[main] INFO io.ph.bot.Bot - Added API key for: twitch
[main] INFO io.ph.bot.Bot - Added API key for: imgur
[main] INFO io.ph.bot.Bot - Added API key for: osu
[main] INFO net.dv8tion.jda.core.JDA - Login Successful!
[JDA MainWS-ReadThread] INFO net.dv8tion.jda.core.requests.WebSocketClient - Connected to WebSocket
nickalaskreynolds commented 3 years ago

41 should have resolved this issue. Let me know if anything else pops up.

NostalgiaNinja commented 3 years ago

Bot currently launches in ready state, allows DMs, but does not respond to server messages. Thanks for the quick turnaround time, by the way.