sanikava-djs
Advanced tools
Just a module for everything but only for new discord version
Weekly downloads
Readme
The Module has several functions which you can use to easily create: Button Role, Menu Role, Webhooks, Button Calculator, Ghost Ping & many other commands.
npm install sanikava-djs@latest
npm install sanikava-djs@android
Tip: Click on commands to see their example usage!
Note: Many Example was removed for update soon we will add all examples so be patience
Coming Soon!
Add Event to InteractionCreate btnclick
client.on('interactionCreate', async interaction => {
sdjs.btnclick(interaction)
});
Make Menu
sdjs.btnrole(client, message, {
embed: embed,
data: [
{
role: "role-id",
color: "color", // default: SECONDARY
label: "name", // default: *Role Name*
emoji: "emoji id" //optional
} // etc..
]
});
Add Event to InteractionCreate menuclick
client.on('interactionCreate', async interaction => {
sdjs.menuclick(interaction)
});
Make Menu
sdjs.mr(client,message,{
placeHolder:"Text Before selecting",//default: "Take a role here"
embed:"send embed" , //optional
text: "message above menu"//default: "Select a Role"
data: [
label: "name", //default: "Role Name"
desc:"description",
val:"role id",
emoji: "emoji", //optinal
]
})
FAQs
Just a module for everything but only for new discord version
The npm package sanikava-djs receives a total of 1 weekly downloads. As such, sanikava-djs popularity was classified as not popular.
We found that sanikava-djs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.