.autodc added (Auto leave voice channel when all songs have been played)

This commit is contained in:
Master Kwoth
2017-10-22 17:16:11 +02:00
parent 65fc585a7b
commit ed32e85bac
9 changed files with 2000 additions and 11 deletions

View File

@ -592,6 +592,8 @@ namespace NadekoBot.Migrations
b.Property<ulong>("AutoAssignRoleId");
b.Property<bool>("AutoDcFromVc");
b.Property<bool>("AutoDeleteByeMessages");
b.Property<int>("AutoDeleteByeMessagesTimer");