Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

lukazbaum/discordjs-v14-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordJS v14 Slash Command Handler

This Project includes:
  • Handlers
    • Slash Command
    • Global & Guild Slash Command option
    • Event
  • Command Features
    • Buttons
    • Select Menus
    • Context Menus
    • Modals
    • Subcommands
    • Autocompletes
  • Various
    • Command Permissions
    • Localized responses
    • MongoDB Database Connection

Getting Started

After downloading:
  1. Run npm install to install missing packages.
  2. Create the file .env in your main directory. Your file should look like this:
CLIENT_TOKEN=YOUR_CLIENT_TOKEN
GUILD_ID=YOUR_GUILD_ID
CLIENT_ID=YOUR_CLIENT_ID
  1. Run npm run start or node . to start your bot.

Additional Information

Contact
  • Discord: lukasbaum