commands/bank/find
/find command — searches the guild bank for items and supports requesting them.
Autocomplete shows matching items with quantities. After finding an item,
members can click “Request” to choose which of their characters needs it,
sending a request notification to the bank request channel (1213309735886000159).
Uses interactive button and select-menu collectors for the request flow.
Variables
Section titled “Variables”
constdata:SlashCommandOptionsOnlyBuilder
Defined in: commands/bank/find.ts:30
Functions
Section titled “Functions”autocomplete()
Section titled “autocomplete()”autocomplete(
interaction):Promise<void>
Defined in: commands/bank/find.ts:41
Parameters
Section titled “Parameters”interaction
Section titled “interaction”AutocompleteInteraction
Returns
Section titled “Returns”Promise<void>
execute()
Section titled “execute()”execute(
interaction):Promise<void>
Defined in: commands/bank/find.ts:72
Parameters
Section titled “Parameters”interaction
Section titled “interaction”ChatInputCommandInteraction
Returns
Section titled “Returns”Promise<void>