From b44ba498cb0a4d999e0e441788b20f93932bc524 Mon Sep 17 00:00:00 2001 From: quin lynch Date: Thu, 7 Oct 2021 01:47:42 -0300 Subject: [PATCH] Update IGuild summaries --- src/Discord.Net.Core/Entities/Guilds/IGuild.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Discord.Net.Core/Entities/Guilds/IGuild.cs b/src/Discord.Net.Core/Entities/Guilds/IGuild.cs index 90cdb3ae9..62e34cabb 100644 --- a/src/Discord.Net.Core/Entities/Guilds/IGuild.cs +++ b/src/Discord.Net.Core/Entities/Guilds/IGuild.cs @@ -771,7 +771,7 @@ namespace Discord /// A guild user associated with the specified ; if the user is already in the guild. Task AddGuildUserAsync(ulong userId, string accessToken, Action func = null, RequestOptions options = null); /// - /// Disconnects the user from its current voice channel + /// Disconnects the user from its current voice channel. /// /// The user to disconnect. /// A task that represents the asynchronous operation for disconnecting a user. @@ -990,7 +990,7 @@ namespace Discord Task CreateStickerAsync(string name, string description, IEnumerable tags, Image image, RequestOptions options = null); /// - /// Creates a new sticker in this guild + /// Creates a new sticker in this guild. /// /// The name of the sticker. /// The description of the sticker. @@ -1003,7 +1003,7 @@ namespace Discord Task CreateStickerAsync(string name, string description, IEnumerable tags, string path, RequestOptions options = null); /// - /// Creates a new sticker in this guild + /// Creates a new sticker in this guild. /// /// The name of the sticker. /// The description of the sticker.