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.