Browse Source

Remove <see/> from Summary

pull/55/head
Khionu Terabite 9 years ago
parent
commit
afe1b318e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/CommandServiceConfig.cs

+ 1
- 1
src/Discord.Net.Commands/CommandServiceConfig.cs View File

@@ -15,7 +15,7 @@ namespace Discord.Commands
/// </summary>
public Func<Message, int> CustomPrefixHandler { get; set; } = null;
/// <summary>
/// Changing this to <see cref="true"/> makes the bot ignore all messages, except when the messages are from its own account.
/// Changing this to true makes the bot ignore all messages, except when the messages are from its own account.
/// This is desired behavior for "Self Bots" only, so unless this bot is being run under a normal user's account, leave it alone!!
/// </summary>
public bool IsSelfBot { get; set; } = false;


Loading…
Cancel
Save