Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias InteractionCommandArgs
import { type InteractionCommandArgs } from "https://deno.land/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
>