public static ulong FollowChannel(this DiscordClient client, ulong channelToFollowId, ulong crosspostChannelId) { return(client.FollowChannelAsync(channelToFollowId, crosspostChannelId).GetAwaiter().GetResult()); }