#Issue with message content
1 messages · Page 1 of 1 (latest)
You need to enable message content intent in both dev portal & socket config
hmm, anywhere I can find how to do this ?
Discord Developer Portal
Integrate your service with Discord — whether it's a bot or a game or whatever your wildest imagination can come up with.
And in DiscordSocketConfig in code
found it in dev portal, but not sure about socket config
Show your initializing DiscordSocketClient
GatewayIntents = MessageContent | ....others
Its about intents
thanks 🙂