Type Alias TransformerFunction

TransformerFunction: ((value: any, interaction: ChatInputCommandInteraction) => Awaitable<any>)