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;