added account creation to the Discord bot
This commit is contained in:
parent
69337e69ae
commit
56cb43a479
18 changed files with 198 additions and 152 deletions
|
@ -12,6 +12,10 @@
|
|||
public const string SIGN_OFF_BUTTON = "signOffButton";
|
||||
|
||||
public const string SIGN_UP_DROP_DOWN = "signUpDropDown";
|
||||
|
||||
public const string NAME_TEXT_BOX = "nameTextbox";
|
||||
public const string ACCOUNT_TEXT_BOX = "accountTextBox";
|
||||
public const string CREATE_ACCOUNT_MODAL = "createAccountModal";
|
||||
}
|
||||
|
||||
public class SlashCommands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue