Skip to content

Commit

Permalink
Fix some broken XML documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Jun 19, 2021
1 parent 6ed9dbc commit 38d4817
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ Task<Result<IMessage>> GetChannelMessageAsync
/// <summary>
/// Posts a message to the given channel.
/// <remarks>
/// At least one of <paramref name="content"/>, <paramref name="embed"/>, or <paramref name="file"/> must be present.
/// At least one of <paramref name="content"/>, <paramref name="embeds"/>, or <paramref name="file"/> must be present.
/// </remarks>
/// </summary>
/// <param name="channelID">The ID of the channel.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ namespace Remora.Discord.Commands.Conditions
/// <summary>
/// Checks required Guild permissions before allowing execution.
///
/// <remarks>Fails if the command is executed outside of a Guild. It should be used together with <see cref=""./></remarks>
/// <remarks>
/// Fails if the command is executed outside of a Guild. It should be used together with
/// <see cref="RequireContextAttribute"/>.
/// </remarks>
/// </summary>
public class RequireUserGuildPermissionCondition : ICondition<RequireUserGuildPermissionAttribute>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//

using Remora.Discord.API.Abstractions.Objects;
using Remora.Discord.API.Objects;
using Remora.Discord.API.Tests.TestBases;

namespace Remora.Discord.API.Tests.Objects
Expand Down

0 comments on commit 38d4817

Please sign in to comment.