aFuzzyBear / discordjs-v14-template-ts

A typescript template for Discord.js v14 that includes handlers, slash commands, mongodb, permissions and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord.js v14 Bot Template

Features

  • 🟦 Typescript
  • πŸ”₯ Slash commands
  • βœ‰οΈ Message commands
  • πŸ•› Cooldowns
  • 🏴 Detailed Permissions
  • πŸ’ͺ Event & Command handlers
  • πŸƒ MongoDB Support

Installation

Clone the repository then create a file named .env and fill it out accordingly

TOKEN=YOURTOKENHERE
CLIENT_ID=BOTS CLIENT ID
PREFIX=!
MONGO_URI=YOUR MONGO CONNECTION STRING
MONGO_DATABASE_NAME=YOUR DATABASE NAME

Build the project using the typescript module and start the bot using the npm start command

About

A typescript template for Discord.js v14 that includes handlers, slash commands, mongodb, permissions and more.


Languages

Language:TypeScript 100.0%