#i made a generic bot and it doesnt respond to server messages but responds to dm messages
1 messages · Page 1 of 1 (latest)
var config = new DiscordSocketConfig
{
GatewayIntents = GatewayIntents.All
};
var client = new DiscordSocketClient(config);
do you have this Gateways in your config ?
No how do I add it
Does it have to be a new file or??
This is my first time doing this
never mind fixed
How did you fix it?
I have the config right, my GatewayIntents is set to GatewayIntents.MessageContent but it still wont work