reworked the commandHandler
added Slash Commands
This commit is contained in:
parent
17dceda408
commit
b8feed971c
15 changed files with 599 additions and 214 deletions
|
@ -7,5 +7,7 @@ namespace SharedClasses.SharedModels
|
|||
public ulong userId {get; set;}
|
||||
public int gw2AccountId {get; set;}
|
||||
public int roleId {get; set;}
|
||||
public ulong signedUpByUserId {get; set;}
|
||||
public string userName {get; set;} = string.Empty;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue