.rlr - Set a level requirement on a self-assignable role
This commit is contained in:
@ -1149,6 +1149,8 @@ namespace NadekoBot.Migrations
|
||||
|
||||
b.Property<ulong>("GuildId");
|
||||
|
||||
b.Property<int>("LevelRequirement");
|
||||
|
||||
b.Property<ulong>("RoleId");
|
||||
|
||||
b.HasKey("Id");
|
||||
|
Reference in New Issue
Block a user