Skip to content

commands/census/whois

/whois command — looks up characters by Discord user mention.

Similar to /toons but takes a Discord @user option instead of a character name. Displays the same grouped embed format.

const data: SlashCommandOptionsOnlyBuilder

Defined in: commands/census/whois.ts:19

execute(interaction): Promise<InteractionResponse<boolean> | undefined>

Defined in: commands/census/whois.ts:26

ChatInputCommandInteraction

Promise<InteractionResponse<boolean> | undefined>