Bot Event
This commit is contained in:
10
LaDOSE.Src/LaDOSE.DTO/BotEventResultDTO.cs
Normal file
10
LaDOSE.Src/LaDOSE.DTO/BotEventResultDTO.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace LaDOSE.DTO
|
||||
{
|
||||
public class BotEventResultDTO
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string DiscordId { get; set; }
|
||||
public bool Result { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user