#Interact with Forum Post
1 messages · Page 1 of 1 (latest)
Basically any of that
Im gessing the channel is the DiscordForumPostStarter.Channel, if that is correct aswell
DiscordForumPostStarter.Channel.ModifyAsync(x => {x.Archived = true; x.Locked = true;});
DiscordForumPostStarter.Message.PinAsync()
ah, I see, thanks