reworked the commandHandler

added Slash Commands
This commit is contained in:
Sarah Faey 2022-11-15 19:00:56 +01:00
parent 17dceda408
commit b8feed971c
15 changed files with 599 additions and 214 deletions

View file

@ -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;
}
}