#[Solved] How do I change the rules and guidelines channel

1 messages · Page 1 of 1 (latest)

tall thunder
#

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 Skull_Smoke

#

alright figured it out
for you guys that wanna know, you do

      m.RulesChannel = ctx.Guild.Channels[your new channel id];
   });```