Files
discordeno/plugins/validations
LTS20050703 cd5915c8b6 add new select menu components (#2583)
* add new select menu components

* fix: check for component type
2022-11-14 12:34:41 -06:00
..
2022-09-12 08:57:59 -05:00
2022-09-12 08:57:59 -05:00

validations-plugin

This is an official plugin maintained by Discordeno. This plugin provides automatic request checking and useful validation utility functions. Highly recommended to install this plugin for all users as you can use the utility functions.

Usage

// MOVE TO DEPS.TS AND USE SPECIFIC VERSION
import { enableValidationsPlugin } from "./deps.ts";
// Create the bot object, THIS WILL NEED YOUR OPTIONS.
const bot = createBot({});
// Enables the plugin on this bot
enableValidationsPlugin(bot);
// Start your bot
await startBot(bot);