mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 17:58:26 -04:00
Killed history
This commit is contained in:
8
NadekoBot.Core/Services/Database/Models/VcRoleInfo.cs
Normal file
8
NadekoBot.Core/Services/Database/Models/VcRoleInfo.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace NadekoBot.Core.Services.Database.Models
|
||||
{
|
||||
public class VcRoleInfo : DbEntity
|
||||
{
|
||||
public ulong VoiceChannelId { get; set; }
|
||||
public ulong RoleId { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user