Skip to content

A setup of discordjs v14 bot.

License

Notifications You must be signed in to change notification settings

hvlxh/DiscordJS-v14-Handlers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordJS-v14-Handlers

A setup of discordjs v14 bot.

Features:

  • Slash Command Supported
  • Prefix Command Supported
  • Executes he bot In a Base Class
  • Custom Multi Prefixes

Easy to Read

module.exports = {
  name: 'name', //command name
  description: 'description', // command description
  aliases: ['aliases'], //command aliases
  permissions: {
    member: [''], // member permissions
    bot: [''], // bot permissions
  },
  run: (client, message, args) => {
    
  },
};

Found any bugs, have any suggestion about the bot? Create a issue or pull request!

About

A setup of discordjs v14 bot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published