entities/ClassRoles
Classes
Section titled “Classes”ClassRoles
Section titled “ClassRoles”Defined in: entities/ClassRoles.ts:11
Mapping from EQ class to Discord role (maps to public.class_roles).
Used to automatically assign Discord roles based on a character’s class
when they are declared via /main, /alt, or /bot.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ClassRoles():
ClassRoles
Returns
Section titled “Returns”Properties
Section titled “Properties”CharacterClass
Section titled “CharacterClass”CharacterClass:
string|null
Defined in: entities/ClassRoles.ts:14
EverQuest class name (e.g. "Warrior").
Id:
string
Defined in: entities/ClassRoles.ts:21
RoleId
Section titled “RoleId”RoleId:
string|null
Defined in: entities/ClassRoles.ts:18
Discord role snowflake ID to assign for this class.