1.0.0 • Published 3 years ago

hydra-djs v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

How to install ?

npm install simply-djs

Need Help ? Join the Discord Server

We love to help people. Join the server. Dont be shy.

Whats New ?

btnrole

const simplydjs = require('simply-djs')
   
// interactionCreate event
simplydjs.clickBtn(interaction)
   
// message event
// setup-btnrole command
simplydjs.btnrole(client, message, {
    embed: embed,
    data: [
      {
        role: 'role-id',
        color: 'color', // default: SECONDARY
        emoji: 'emoji id',
      }, // etc..
    ],
  })

Examples have been moved.

  • stealEmoji - Gets emoji png/gif and uploads to the current server
  • tictactoe - A TicTacToe game using buttons
  • calculator - A Simple Handy Calculator using buttons
  • embedPages - Paginator/Embed (or) Message Pages using buttons
  • ticketSystem - A Ticket System using buttons
  • webhooks - A Simple way to send messages with webhooks using channel id
  • ytNotify - Notifies when your favorite youtuber posts a video (Finally Back)
  • chatbot - Chats with you like a friend. Credits: Brainshop
  • suggestSystem - A Complex suggestion system which can be used easily.
  • rps - A Rock Paper Scissors game using buttons (Thanks to ImpassiveMoon for making this)
  • btnrole - A Better Reaction Roles system using buttons.