-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Discord commands do not work #15
Comments
UPDATE: I've got it working. I followed the same steps but with the V1.0 build and it's currently running in my discord. |
Last update for today: I played around with 1.0 for a bit. The recorder and saves are functioning. However, after about 30ish minutes or so, it tanks the performance of my PC, bringing CPU utilization to 99%. Powershell has a leak, I assume, somewhere. My PC specs are: CPU: AMD Ryzen 9 5900X |
Update - 08.24.24 I have the Jar running on a Raspberry Pi 5. This now hosts the Discord-Plays-Pokemon Bot. v3.0 works great on a Raspberry pi 5 and I am even streaming it directly to Twitch via OBS on the Pi |
I've tried solving this but It's over my head.
I'm trying to host locally on my PC. I can invite the bot and the bot's online status directly correlates to if the script is running but the discord commands are not working.
I've tried kicking the bot and reinviting & redoing server permissions. The bot shows up and appears in the discord when I launch the commands in PowerShell.
this is my JSON config -
{
"romPath": "Pokemon_Blue.gb",
"gameTitle": "Pokemon",
"owners": [
217126042752516098
],
"bannedUsers": [
],
"hosts": [
],
"autoSaveRemindAt": "13:00",
"userToInputCount": [
],
"playtimeMs": 0,
"recordingPath": "recording",
"font": "Sans Serif"
}
Previously, I had the romPath set as a folder path where the rom was stored but that was giving be a JSON issue. Setting it straight the .gb files doesn't spit out any issues.
This is what Powershell shoots back to me,
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
20:41:43.920 [main] INFO net.dv8tion.jda.api.JDA - Login Successful!
20:41:44.142 [JDA MainWS-WriteThread] INFO net.dv8tion.jda.internal.requests.WebSocketClient - Connected to WebSocket
20:41:44.317 [JDA MainWS-ReadThread] INFO net.dv8tion.jda.api.JDA - Finished Loading!
20:41:44.419 [main] INFO io.github.zabuzard.discordplays.Main - Bot started, ready
Am I missing something? This seems like a great bot. I just can't get the discord commands to work. Any help would be appreciated. Thanks
The text was updated successfully, but these errors were encountered: