Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

sanikava-djs

Package Overview
Dependencies
12
Maintainers
2
Versions
33
Issues
File Explorer

Advanced tools

sanikava-djs

Just a module for everything but only for new discord version

    2.0.2latest
    npm

Version published
Maintainers
2
Weekly downloads
1
decreased by-94.12%

Weekly downloads

Readme

Source

sanikava-djs:

sanikava-djs is a module made for discordjs coders, to make their work easier.

The Module has several functions which you can use to easily create: Button Role, Menu Role, Webhooks, Button Calculator, Ghost Ping & many other commands.

Installation:

To Install it on windows/linux or any other pc. You can run:

npm install sanikava-djs@latest

To Install it on Android Device(Termux App)

npm install sanikava-djs@android

Available Commands:

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



Games:

  • Tic Tac Toe
  • Rock Paper Scissors

Buttons:

Pagination:

Coming Soon!

System:

Examples

Button Role

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.. ] });

Menu Role

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

Last updated on 07 Feb 2022

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.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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