mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Remove redundant guild configuration initializers
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
parent
4b8c3fd11c
commit
e116263a9d
1 changed files with 6 additions and 6 deletions
|
@ -16,12 +16,12 @@ public class GuildConfiguration {
|
|||
public bool RemoveRolesOnMute { get; set; }
|
||||
public bool ReturnRolesOnRejoin { get; set; }
|
||||
public bool AutoStartEvents { get; set; }
|
||||
public ulong PublicFeedbackChannel { get; set; } = 0;
|
||||
public ulong PrivateFeedbackChannel { get; set; } = 0;
|
||||
public ulong EventNotificationChannel { get; set; } = 0;
|
||||
public ulong StarterRole { get; set; } = 0;
|
||||
public ulong MuteRole { get; set; } = 0;
|
||||
public ulong EventNotificationRole { get; set; } = 0;
|
||||
public ulong PublicFeedbackChannel { get; set; }
|
||||
public ulong PrivateFeedbackChannel { get; set; }
|
||||
public ulong EventNotificationChannel { get; set; }
|
||||
public ulong StarterRole { get; set; }
|
||||
public ulong MuteRole { get; set; }
|
||||
public ulong EventNotificationRole { get; set; }
|
||||
|
||||
public List<NotificationReceiver> EventStartedReceivers { get; set; }
|
||||
= new() { NotificationReceiver.Interested, NotificationReceiver.Role };
|
||||
|
|
Loading…
Add table
Reference in a new issue