csharpi
csharpi copied to clipboard
Replying to messages issue
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 } };