A bare-bones Discord.js v14 template that lets you create a basic Discord bot with a command, event, button, and modal handler.
- Interactions handler
- Discord Bot's Presence Changes (Every five minutes)
- Install Node.js.
- Install PNPM.
- Install ESLint Extension for your IDE.
- Clone the repository by running the command
git clone https://github.com/EpicCarlito/discordjs-template
. - Navigate to the template's directory and run the command
pnpm install
(make sure pnpm is installed). - Once all the modules are installed, open the
.env
file and fill in your discord bot's secret and ID. - Run the command
pnpm run dev
to start the bot. - You may modify the code to create interactions and features.
Some links are included in the code if you want more specific resources.