From 33b0f2dc0fd76a8f29748bb30cda892f28537726 Mon Sep 17 00:00:00 2001 From: NyuwBot Date: Mon, 1 Jan 2024 05:12:50 +0100 Subject: [PATCH] remove old todos --- DisCatSharp.Experimental/DisCatSharpExtensions.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DisCatSharp.Experimental/DisCatSharpExtensions.cs b/DisCatSharp.Experimental/DisCatSharpExtensions.cs index e69bebb9a..7f378cfaf 100644 --- a/DisCatSharp.Experimental/DisCatSharpExtensions.cs +++ b/DisCatSharp.Experimental/DisCatSharpExtensions.cs @@ -27,7 +27,7 @@ public static async Task GetUsernameAsync(this DiscordClient client, ulo /// The discord client. /// The profile id to get. [RequiresFeature(Features.Override | Features.Experiment, "This method requires the guild and/or user to have access to clyde with treatment 5."), - DiscordDeprecated] // TODO: Change to Features.Experiment + DiscordDeprecated] public static async Task GetClydeProfileAsync(this DiscordClient client, ulong profileId) { DiscordApiClientHook hook = new(client.ApiClient); @@ -39,7 +39,7 @@ public static async Task GetClydeProfileAsync(this DiscordClient c /// /// The guild to get clyde's settings for. [RequiresFeature(Features.Override | Features.Experiment, "This method requires the guild and/or user to have access to clyde with treatment 5."), - DiscordDeprecated] // TODO: Change to Features.Experiment + DiscordDeprecated] public static async Task GetClydeSettingsAsync(this DiscordGuild guild) { DiscordApiClientHook hook = new(guild.Discord.ApiClient); @@ -52,7 +52,7 @@ public static async Task GetClydeSettingsAsync(this DiscordGuild /// The guild to modify clyde's settings for. /// The profile id to apply. [RequiresFeature(Features.Override | Features.Experiment, "This method requires the guild and/or user to have access to clyde with treatment 5."), - DiscordDeprecated] // TODO: Change to Features.Experiment + DiscordDeprecated] public static async Task ModifyClydeSettingsAsync(this DiscordGuild guild, ulong profileId) { DiscordApiClientHook hook = new(guild.Discord.ApiClient); @@ -69,7 +69,7 @@ public static async Task ModifyClydeSettingsAsync(this DiscordGui /// The new banner. /// The new theme colors. [RequiresFeature(Features.Override | Features.Experiment, "This method requires the guild and/or user to have access to clyde with treatment 5."), - DiscordDeprecated] // TODO: Change to Features.Experiment + DiscordDeprecated] public static async Task ModifyClydeSettingsAsync( this DiscordGuild guild, Optional name, @@ -95,7 +95,7 @@ public static async Task ModifyClydeSettingsAsync( /// The discord client. /// The base base personality to generate a new one from. [RequiresFeature(Features.Override | Features.Experiment, "This method requires the guild and/or user to have access to clyde with treatment 5."), - DiscordDeprecated] // TODO: Change to Features.Experiment + DiscordDeprecated] public static async Task GenerateClydePersonalityAsync(this DiscordClient client, string? basePersonality = null) { DiscordApiClientHook hook = new(client.ApiClient);