Adds role specific channels.
This commit is contained in:
@@ -72,6 +72,8 @@ namespace EventBot.Migrations.MySql
|
||||
b.Property<int>("Id")
|
||||
.ValueGeneratedOnAdd();
|
||||
|
||||
b.Property<ulong>("ChannelId");
|
||||
|
||||
b.Property<string>("Description");
|
||||
|
||||
b.Property<string>("Emote");
|
||||
@@ -80,6 +82,8 @@ namespace EventBot.Migrations.MySql
|
||||
|
||||
b.Property<int>("MaxParticipants");
|
||||
|
||||
b.Property<ulong>("RoleId");
|
||||
|
||||
b.Property<string>("Title");
|
||||
|
||||
b.HasKey("Id");
|
||||
@@ -94,6 +98,8 @@ namespace EventBot.Migrations.MySql
|
||||
b.Property<ulong>("GuildId")
|
||||
.ValueGeneratedOnAdd();
|
||||
|
||||
b.Property<ulong>("AutoRoleChannelCategoryId");
|
||||
|
||||
b.Property<ulong>("EventRoleConfirmationChannelId");
|
||||
|
||||
b.Property<ulong>("ParticipantRoleId");
|
||||
|
Reference in New Issue
Block a user