| @@ -771,7 +771,7 @@ namespace Discord | |||||
| /// <returns>A guild user associated with the specified <paramref name="userId" />; <see langword="null" /> if the user is already in the guild.</returns> | /// <returns>A guild user associated with the specified <paramref name="userId" />; <see langword="null" /> if the user is already in the guild.</returns> | ||||
| Task<IGuildUser> AddGuildUserAsync(ulong userId, string accessToken, Action<AddGuildUserProperties> func = null, RequestOptions options = null); | Task<IGuildUser> AddGuildUserAsync(ulong userId, string accessToken, Action<AddGuildUserProperties> func = null, RequestOptions options = null); | ||||
| /// <summary> | /// <summary> | ||||
| /// Disconnects the user from its current voice channel | |||||
| /// Disconnects the user from its current voice channel. | |||||
| /// </summary> | /// </summary> | ||||
| /// <param name="user">The user to disconnect.</param> | /// <param name="user">The user to disconnect.</param> | ||||
| /// <returns>A task that represents the asynchronous operation for disconnecting a user.</returns> | /// <returns>A task that represents the asynchronous operation for disconnecting a user.</returns> | ||||
| @@ -990,7 +990,7 @@ namespace Discord | |||||
| Task<ICustomSticker> CreateStickerAsync(string name, string description, IEnumerable<string> tags, Image image, RequestOptions options = null); | Task<ICustomSticker> CreateStickerAsync(string name, string description, IEnumerable<string> tags, Image image, RequestOptions options = null); | ||||
| /// <summary> | /// <summary> | ||||
| /// Creates a new sticker in this guild | |||||
| /// Creates a new sticker in this guild. | |||||
| /// </summary> | /// </summary> | ||||
| /// <param name="name">The name of the sticker.</param> | /// <param name="name">The name of the sticker.</param> | ||||
| /// <param name="description">The description of the sticker.</param> | /// <param name="description">The description of the sticker.</param> | ||||
| @@ -1003,7 +1003,7 @@ namespace Discord | |||||
| Task<ICustomSticker> CreateStickerAsync(string name, string description, IEnumerable<string> tags, string path, RequestOptions options = null); | Task<ICustomSticker> CreateStickerAsync(string name, string description, IEnumerable<string> tags, string path, RequestOptions options = null); | ||||
| /// <summary> | /// <summary> | ||||
| /// Creates a new sticker in this guild | |||||
| /// Creates a new sticker in this guild. | |||||
| /// </summary> | /// </summary> | ||||
| /// <param name="name">The name of the sticker.</param> | /// <param name="name">The name of the sticker.</param> | ||||
| /// <param name="description">The description of the sticker.</param> | /// <param name="description">The description of the sticker.</param> | ||||