.autodc added (Auto leave voice channel when all songs have been played)
This commit is contained in:
@ -592,6 +592,8 @@ namespace NadekoBot.Migrations
|
||||
|
||||
b.Property<ulong>("AutoAssignRoleId");
|
||||
|
||||
b.Property<bool>("AutoDcFromVc");
|
||||
|
||||
b.Property<bool>("AutoDeleteByeMessages");
|
||||
|
||||
b.Property<int>("AutoDeleteByeMessagesTimer");
|
||||
|
Reference in New Issue
Block a user