.autodc added (Auto leave voice channel when all songs have been played)
This commit is contained in:
@ -91,6 +91,7 @@ namespace NadekoBot.Core.Services.Database.Models
|
||||
|
||||
public XpSettings XpSettings { get; set; }
|
||||
public List<FeedSub> FeedSubs { get; set; } = new List<FeedSub>();
|
||||
public bool AutoDcFromVc { get; set; }
|
||||
|
||||
//public List<ProtectionIgnoredChannel> ProtectionIgnoredChannels { get; set; } = new List<ProtectionIgnoredChannel>();
|
||||
}
|
||||
|
Reference in New Issue
Block a user