Use this as a starter kit/template to create your very own Discord BOT!
This template is made for Discord.js v13. Feel free to use them
- Install
node.js version 16.6.0 or newer
here - Clone this git repository
git clone https://github.com/elvanz/economy-bot.git
- Install all dependencies
npm install
- Change
.env.example
file to.env
and fill your BOT Token insideCLIENT_TOKEN="YourTokenHere"
- Start your bot
node index.js
ornpm start
- If you prefer using SlashCommands for your BOT, you can use
slash-create
module for easy registration - Read slash-create-docs for reference
All the commands available
Name | Aliases | Description |
---|---|---|
help | hlp,info | View all available commands |
ping | pong | Checks BOT Websocket Ping |