Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function translateOptionNames
import { translateOptionNames } from "https://deno.land/x/discordeno@13.0.0-rc45/template/bigbot/src/utils/options.ts";

Translates all options of the command to an object: translatedOptionName: optionName

Parameters

bot: Bot
guildId: bigint
optional
commandName: string

Returns

Record<string, string>