Socket
Socket
Sign inDemoInstall

discord-v13-interaction

Package Overview
Dependencies
3
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    discord-v13-interaction

Discord V13 Interaction Shortcut


Version published
Maintainers
1
Created

Readme

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

FAQs

Last updated on 13 Nov 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc