Skip to main content
Module

x/biscuit/mod.ts>DiscordIntegrationApplication

A Discord library that is easy to use but reliable on its core 🥠
Latest
interface DiscordIntegrationApplication
import { type DiscordIntegrationApplication } from "https://deno.land/x/biscuit@0.2.4/mod.ts";

Properties

id: string

The id of the app

name: string

The name of the app

icon: string | null

the icon hash of the app

description: string

The description of the app

optional
bot: DiscordUser

The bot associated with this application

id: string

The id of the app

name: string

The name of the app

icon: string | null

the icon hash of the app

description: string

The description of the app

optional
bot: DiscordUser

The bot associated with this application