.rlr - Set a level requirement on a self-assignable role

This commit is contained in:
Master Kwoth
2017-11-07 14:48:39 +01:00
parent 7f5961e905
commit f7ef8eae12
5 changed files with 2074 additions and 1 deletions

View File

@ -1149,6 +1149,8 @@ namespace NadekoBot.Migrations
b.Property<ulong>("GuildId");
b.Property<int>("LevelRequirement");
b.Property<ulong>("RoleId");
b.HasKey("Id");