|
@@ -2,9 +2,9 @@ |
|
|
{ |
|
|
{ |
|
|
public enum DefaultMessageNotifications |
|
|
public enum DefaultMessageNotifications |
|
|
{ |
|
|
{ |
|
|
/// <summary> By default, only mentions will trigger notifications. </summary> |
|
|
|
|
|
MentionsOnly = 0, |
|
|
|
|
|
/// <summary> By default, all messages will trigger notifications. </summary> |
|
|
/// <summary> By default, all messages will trigger notifications. </summary> |
|
|
AllMessages = 1 |
|
|
|
|
|
|
|
|
AllMessages = 0, |
|
|
|
|
|
/// <summary> By default, only mentions will trigger notifications. </summary> |
|
|
|
|
|
MentionsOnly = 1 |
|
|
} |
|
|
} |
|
|
} |
|
|
} |