Discord.js Skeleton is a project designed to help you create your Discord.js bot more efficiently. The foundational structure is already in place; you just need to develop commands and events within their respective directories. Command interactions include cooldown!
git clone https://github.com/EvanPerreau/DiscordJsSkeleton.git
cd DiscordJsSkeleton
npm install
You need to complete the config.json
file with your identifier
{
"token": "your token",
"clientId": "your bot id"
}
You can find bot id in the General Information section on an application in Discord developer portal.
And token in the Bot section.
npm run dev