📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

discord-v13-interaction

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-v13-interaction

Discord V13 Interaction Shortcut

1.0.4
latest
npm
Version published
Weekly downloads
5
-37.5%
Maintainers
1
Weekly downloads
 
Created
Source

discord-v13-interaction

Looking for v13 Slash command Module for your Discord Bot All Shortcuts Are Here!

Slash Command Loader;

const CSYBOT = require("discord-v13-interaction");
const csybot = new CSYBOT(client, interaction);

/* All Your Commands Are Reloaded */
await csybot.reloadcommand("./commands");
/* All Your Commands Are Reloaded */

Interaction Message Send;

const CSYBOT = require("discord-v13-interaction");
const csybot = new CSYBOT(client, interaction);

/* İnteraction Message Edit! */
await csybot.send("hi");
/* İnteraction Message Edit! */

Interaction Message Edit;

const CSYBOT = require("discord-v13-interaction");
const csybot = new CSYBOT(client, interaction);

/* İnteraction Message Edit! */
await csybot.send("hi");
await csybot.edit("hi 2");
/* İnteraction Message Edit! */

Interaction Number Formatter;

const CSYBOT = require("discord-v13-interaction");
const csybot = new CSYBOT(client, interaction);

/* Number Formatter */
await csybot.numformat(100000) // 100k
/* Number Formatter */

Interaction Random Geranator;

const CSYBOT = require("discord-v13-interaction");
const csybot = new CSYBOT(client, interaction);

/* Random Geranator */
await csybot.random(16) // ELM0BCDE678EAB235
/* Random Geranator */

Interaction Filter;

const CSYBOT = require("discord-v13-interaction");
const csybot = new CSYBOT(client, interaction);

/* Interaction Filter */
await csybot.filter("`${}\n(9999 charters)") // [...]
/* Interaction Filter */

Keywords

interaction

FAQs

Package last updated on 13 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts