Ejemplo n.º 1
0
 public static DiscordStageInstance CreateStageInstance(this DiscordClient client, ulong channelId, string topic, StagePrivacyLevel privacyLevel = StagePrivacyLevel.GuildOnly) =>
 client.CreateStageInstanceAsync(channelId, topic, privacyLevel).GetAwaiter().GetResult();