changing the sign up type is now possible with 1 click in the bot

This commit is contained in:
Sarah Faey 2022-12-11 01:10:50 +01:00
parent 058cc89cbc
commit e675323adc
7 changed files with 155 additions and 40 deletions

View file

@ -2,6 +2,11 @@ namespace SharedClasses.SharedModels
{
public class SharedConstants
{
public const string SIGNED_UP = "signedUp";
public const string MAYBE = "maybe";
public const string BACKUP = "backup";
public const string FLEX = "flex";
public class SlashCommands
{
public const string RAID = "raid";