csharpi icon indicating copy to clipboard operation
csharpi copied to clipboard

Replying to messages issue

Open wibuf opened this issue 2 years ago • 0 comments

I believe there's an issue with this replying to messages/slash commands

I think it has to do with the MessageContent Intents here: https://stackoverflow.com/questions/73935914/cant-get-any-discord-messages-from-users

Fix: var config = new DiscordSocketConfig { GatewayIntents = GatewayIntents.AllUnprivileged | GatewayIntents.MessageContent } };

wibuf avatar Feb 18 '23 00:02 wibuf