🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

eris-modals

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eris-modals

Adds modals to your Eris project!

1.1.0
latest
npm
Version published
Maintainers
1
Created
Source

Eris Modals

Adds i.createModal option to Eris command interaction, component interaction && unknown interaction

How to use?

Its very simple

const eris = require("eris");
const client = new eris("token" , {intents: ["all"]});
require("eris-modals")(eris)

Now you'll get i.createModal in eris command, component, unknown interaction

i.createModal(options);

/*
Modal formatting options :- https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-response-object
*/

Keywords

eris

FAQs

Package last updated on 26 May 2022

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