Skip to main content
Module

x/oasis/mod.ts>CreateCommandWithReference

An object oriented Discordeno framework
Latest
interface CreateCommandWithReference
implements BaseCreateCommand
import { type CreateCommandWithReference } from "https://deno.land/x/oasis@2.1.0/mod.ts";

CreateCommand with reference

Properties

reference: { messageId: bigint; guildId: bigint; channelId: bigint; failIfNotExists: boolean; }