#i made a generic bot and it doesnt respond to server messages but responds to dm messages

1 messages · Page 1 of 1 (latest)

frozen saddle
#

sounds like an intent issue. have you enabled Message Content Intents in the bot developer panel and your socket config?

hollow burrow
#
var config = new DiscordSocketConfig 
{
  GatewayIntents = GatewayIntents.All
};

var client = new DiscordSocketClient(config);

do you have this Gateways in your config ?

frosty mirage
#

No how do I add it

#

Does it have to be a new file or??

#

This is my first time doing this

frosty mirage
#

never mind fixed

last siren
#

I have the config right, my GatewayIntents is set to GatewayIntents.MessageContent but it still wont work