You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi , i have installed your plugin (DiscordBotAPI-1.1.1) in my server (purpur-1.18.1-1522)
And the discord part of the plugin is not working (the bot is disconnected and don't react to user's actions)
But when i use /discord link command in game the bot's name returned in chat is good
I don't know many about JDA but the error seems caming from here :
If you need more informations let me know
`
.... [11:30:55 INFO]: [DiscordBotAPI] Enabling DiscordBotAPI v1.1.1*
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] Automatically disabled CacheFlags due to missing intents
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] Disabled CacheFlag.ACTIVITY (missing GatewayIntent.GUILD_PRESENCES)
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] Disabled CacheFlag.VOICE_STATE (missing GatewayIntent.GUILD_VOICE_STATES)
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] Disabled CacheFlag.EMOTE (missing GatewayIntent.GUILD_EMOJIS)
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] Disabled CacheFlag.CLIENT_STATUS (missing GatewayIntent.GUILD_PRESENCES)
.... [11:30:56 WARN]: [net.dv8tion.jda.api.JDA] You can manually disable these flags to remove this warning by using disableCache(CacheFlag.ACTIVITY, CacheFlag.VOICE_STATE, CacheFlag.EMOTE, CacheFlag.CLIENT_STATUS) on your JDABuilder
.... [11:30:56 INFO]: [net.dv8tion.jda.api.JDA] Login Successful!
.... [11:30:56 INFO]: [net.dv8tion.jda.internal.requests.WebSocketClient] Connected to WebSocket
.... [11:30:56 ERROR]: [net.dv8tion.jda.internal.requests.WebSocketClient] WebSocket connection was closed and cannot be recovered due to identification issues`
The text was updated successfully, but these errors were encountered:
Hi , i have installed your plugin (DiscordBotAPI-1.1.1) in my server (purpur-1.18.1-1522)
And the discord part of the plugin is not working (the bot is disconnected and don't react to user's actions)
But when i use
/discord link
command in game the bot's name returned in chat is goodI don't know many about JDA but the error seems caming from here :
If you need more informations let me know
`
The text was updated successfully, but these errors were encountered: