Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 1.81 KB

File metadata and controls

66 lines (50 loc) · 1.81 KB

Discord.js v14 Handler


Features

  • Message And Slash Commands Handler
  • Commands Have Multple settings Such as:
    • BotPerms
    • UserPerms
    • Aliases
    • Cooldown
    • Voice
    • NSFW
    • Maintainance
    • OwnerOnly
  • Easy Slash Sub Commands Make Subcommands in seconds
  • Prisma DB Setuped

Installation & Setup

git clone https://github.com/grdAyush/discordjs-handler.git
cd discordjs-handler
npm install

Make Sure You have Typescript and ts-node installed Now Change The Configurations in Configs/Config.json ( Token, Error Webhook etc.) run npm run dev to start the bot and check if everything is working fine If Everything is working fine you can Build the bot using npm run build and then npm run start to start the bot


Upcoming Features

  • No Prefix System
  • Customization Like Nsfw Message, Cooldown Message etc.
  • Handlers Like Button Handlers, Select Menu Handlers etc.
  • Events Like GuildCreate, GuildDelete etc.
  • Commands Like Eval, Reload and Help
  • Maybe Premium System

Help and Suppoort


Check Out My Other Projects