mirror of
https://github.com/yawaflua/PL_JusticeBot.git
synced 2025-12-09 20:09:31 +02:00
also hotfix
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using DiscordApp.Types;
|
||||
|
||||
namespace DiscordApp.Database.Tables
|
||||
{
|
||||
@@ -9,6 +10,6 @@ namespace DiscordApp.Database.Tables
|
||||
[Key]
|
||||
public string Id { get; set; }
|
||||
public string url { get; set; }
|
||||
|
||||
public RedirectType RedirectType { get; set; } = RedirectType.None;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user