entities/ActiveToons
Classes
Section titled “Classes”ActiveToons
Section titled “ActiveToons”Defined in: entities/ActiveToons.ts:18
Read-only database view returning only non-dropped characters.
Defined as SELECT * FROM census WHERE status != 'Dropped'.
Commands that need to list “current” characters (e.g. /toons, autocomplete
helpers) query this view instead of the raw Census table.
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ActiveToons():
ActiveToons
Returns
Section titled “Returns”Inherited from
Section titled “Inherited from”Properties
Section titled “Properties”CharacterClass
Section titled “CharacterClass”CharacterClass:
string
Defined in: entities/Census.ts:26
EverQuest class name, e.g. "Cleric", "Wizard".
Inherited from
Section titled “Inherited from”DiscordId
Section titled “DiscordId”DiscordId:
string
Defined in: entities/Census.ts:18
Discord snowflake ID of the player who owns this character.
Inherited from
Section titled “Inherited from”Id:
number
Defined in: entities/Census.ts:14
Inherited from
Section titled “Inherited from”Level:
number
Defined in: entities/Census.ts:30
Current character level (1–60).
Inherited from
Section titled “Inherited from”Name:
string
Defined in: entities/Census.ts:22
In-game character name (unique within active records).
Inherited from
Section titled “Inherited from”Status
Section titled “Status”Status:
string
Defined in: entities/Census.ts:34
Membership status — "Main", "Alt", "Bot", "Dropped", or "Probationary".
Inherited from
Section titled “Inherited from”Time:
Date
Defined in: entities/Census.ts:38
Timestamp when this record was created or last updated.