From afe1b318e8c2176f1122d794a3b918f494c86c4e Mon Sep 17 00:00:00 2001 From: Khionu Terabite Date: Sat, 30 Apr 2016 09:25:20 -0400 Subject: [PATCH] Remove from Summary --- src/Discord.Net.Commands/CommandServiceConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Commands/CommandServiceConfig.cs b/src/Discord.Net.Commands/CommandServiceConfig.cs index 2829cf9d1..c772b273d 100644 --- a/src/Discord.Net.Commands/CommandServiceConfig.cs +++ b/src/Discord.Net.Commands/CommandServiceConfig.cs @@ -15,7 +15,7 @@ namespace Discord.Commands /// public Func CustomPrefixHandler { get; set; } = null; /// - /// Changing this to 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!! /// public bool IsSelfBot { get; set; } = false;