Skip to main content
Module

x/wackford/discordeno.ts>EditGuildStickerOptions

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
interface EditGuildStickerOptions
implements WithReason
import { type EditGuildStickerOptions } from "https://deno.land/x/wackford@v0.0.3/discordeno.ts";

Properties

optional
name: string

Name of the sticker (2-30 characters)

optional
description: string | null

Description of the sticker (empty or 2-100 characters)

optional
tags: string

Autocomplete/suggestion tags for the sticker (max 200 characters)