|
|
@@ -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; |
|
|
|