1 messages · Page 1 of 1 (latest)
It's easy as a person, you go to Community > Overview > Rules and Guidelines channel, but how would I change that in my bot? I see that I have to do something with DiscordGuild.ModifyAsync but can't figure out what I have to do 
alright figured it out
for you guys that wanna know, you do
m.RulesChannel = ctx.Guild.Channels[your new channel id];
});```