Escaped amp in XML example.
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Discord.Commands
|
|||||||
/// <example>
|
/// <example>
|
||||||
/// <code language="c#">
|
/// <code language="c#">
|
||||||
/// [Command("permission")]
|
/// [Command("permission")]
|
||||||
/// [RequireUserPermission(ChannelPermission.ReadMessageHistory & ChannelPermission.ReadMessages)]
|
/// [RequireUserPermission(ChannelPermission.ReadMessageHistory & ChannelPermission.ReadMessages)]
|
||||||
/// public async Task HasPermission()
|
/// public async Task HasPermission()
|
||||||
/// {
|
/// {
|
||||||
/// await ReplyAsync("You can read messages and the message history!");
|
/// await ReplyAsync("You can read messages and the message history!");
|
||||||
|
|||||||
Reference in New Issue
Block a user