Skip to main content
Module

x/discord_api_types/v10.ts>FormattingPatterns

Up to date Discord API Typings, versioned by the API version
Go to Latest
variable FormattingPatterns
import { FormattingPatterns } from "https://deno.land/x/discord_api_types@0.37.21/v10.ts";

type

{ User: RegExp; UserWithNickname: RegExp; UserWithOptionalNickname: RegExp; Channel: RegExp; Role: RegExp; SlashCommand: RegExp; Emoji: RegExp; AnimatedEmoji: RegExp; StaticEmoji: RegExp; Timestamp: RegExp; DefaultStyledTimestamp: RegExp; StyledTimestamp: RegExp; }