signing up through the discord bot works now
This commit is contained in:
parent
e445b2a181
commit
69337e69ae
11 changed files with 327 additions and 42 deletions
|
@ -2,10 +2,16 @@
|
|||
{
|
||||
public class Constants
|
||||
{
|
||||
public const string HTTP_CLIENT_NAME = "LiebWebsite";
|
||||
public class ComponentIds
|
||||
{
|
||||
public const string SIGN_UP = "su";
|
||||
public const string SIGN_OFF = "so";
|
||||
{
|
||||
public const string SIGN_UP_BUTTON = "signUpButton";
|
||||
public const string MAYBE_BUTTON = "maybeButton";
|
||||
public const string BACKUP_BUTTON = "backupButton";
|
||||
public const string FLEX_BUTTON = "flexButton";
|
||||
public const string SIGN_OFF_BUTTON = "signOffButton";
|
||||
|
||||
public const string SIGN_UP_DROP_DOWN = "signUpDropDown";
|
||||
}
|
||||
|
||||
public class SlashCommands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue