Skip to content

commands/utility/login

/login command — retrieves or manages shared account login credentials.

Three branches: view credentials (role-gated), link a toon to an account (Officer only), or create a new toon and link it. Displays account info in an ephemeral embed and logs access in a follow-up message.

const data: SlashCommandOptionsOnlyBuilder

Defined in: commands/utility/login.ts:25


const permissions: string[]

Defined in: commands/utility/login.ts:23

autocomplete(interaction): Promise<void>

Defined in: commands/utility/login.ts:43

AutocompleteInteraction

Promise<void>


execute(interaction): Promise<void>

Defined in: commands/utility/login.ts:82

ChatInputCommandInteraction

Promise<void>