예제 #1
0
 /// <summary>
 /// Changes the call region (fx. hongkong) for the private channel
 /// </summary>
 /// <param name="channelId">ID of the private channel</param>
 /// <param name="regionId">The region ID (fx. hongkong)</param>
 public static void ChangePrivateCallRegion(this DiscordClient client, ulong channelId, string regionId)
 {
     client.ChangePrivateCallRegionAsync(channelId, regionId).GetAwaiter().GetResult();
 }