From d31a52b69f55b8314abb4aa0865d0318e623dff7 Mon Sep 17 00:00:00 2001 From: Cenk Ergen <57065323+Cenngo@users.noreply.github.com> Date: Mon, 1 Aug 2022 20:40:41 +0300 Subject: [PATCH] Update src/Discord.Net.Core/Entities/Guilds/IGuild.cs Co-authored-by: Armano den Boef <68127614+Rozen4334@users.noreply.github.com> --- src/Discord.Net.Core/Entities/Guilds/IGuild.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Core/Entities/Guilds/IGuild.cs b/src/Discord.Net.Core/Entities/Guilds/IGuild.cs index 88255d56c..34a08f1e7 100644 --- a/src/Discord.Net.Core/Entities/Guilds/IGuild.cs +++ b/src/Discord.Net.Core/Entities/Guilds/IGuild.cs @@ -1198,7 +1198,7 @@ namespace Discord /// Whether to include full localization dictionaries in the returned objects, /// instead of the localized name and description fields. /// - /// The target locale of the localized name and description fields. Sets X-Discord-Locale header, which takes precedence over Accept-Language. + /// The target locale of the localized name and description fields. Sets the X-Discord-Locale header, which takes precedence over Accept-Language. /// The options to be used when sending the request. /// /// A task that represents the asynchronous get operation. The task result contains a read-only collection