Omr
DIAdiscord.js - Imagine an app
•Created by Omr on 10/1/2024 in #djs-voice
Type 'InternalDiscordGatewayAdapterCreator' is not assignable to type 'DiscordGatewayAdapterCreator'
I'm getting an error that the InternalDiscordGatewayAdapterCreator is not assignable to the type DiscordGatewayAdapterCreator. I'm using discord.js v14.16.3 and @discordjs/voice v0.17.0 as shown in my
package.json
. The code still compiles and my bot can still join voice channels, its just giving me this error everytime I run tsc
.6 replies