added needed rights for slash commands
added functions for account select in the bot
This commit is contained in:
parent
62bacb5ad7
commit
dc2563e16c
11 changed files with 876 additions and 13 deletions
|
@ -1,4 +1,6 @@
|
|||
namespace Lieb.Models.GuildWars2.Raid
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Lieb.Models.GuildWars2.Raid
|
||||
{
|
||||
public enum SignUpType
|
||||
{
|
||||
|
@ -21,6 +23,7 @@
|
|||
|
||||
public SignUpType SignUpType { get; set; }
|
||||
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Always)]
|
||||
public Raid Raid { get; set; }
|
||||
public LiebUser? LiebUser { get; set; }
|
||||
public GuildWars2Account? GuildWars2Account { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue