Go to Latest
type alias InteractionCommandArgs
import { type InteractionCommandArgs } from "https://dotland.deno.dev/x/discordeno@13.0.0-rc45/template/bigbot/src/utils/options.ts";

The interaction arguments. Important the members deaf and mute properties will always be false.

definition: Record<string,
| Role
| Record<string, Pick<Channel,
| "id"
| "name"
| "type"
| "permissions"
>>
| boolean
| string
| number
>