Skip to main content
Module

x/natico/mod.ts>AllowedMentions

A powerful and customizable framework for Discordeno
Latest
interface AllowedMentions
Re-export
import { type AllowedMentions } from "https://deno.land/x/natico@4.0.0-pre.4/mod.ts";

Properties

optional
parse: AllowedMentionsTypes[]

An array of allowed mention types to parse from the content.

optional
roles: string[]

Array of role_ids to mention (Max size of 100)

optional
users: string[]

Array of user_ids to mention (Max size of 100)

optional
repliedUser: boolean

For replies, whether to mention the author of the message being replied to (default false)