Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1013 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 1013 Bytes

Discord BOT Template

Use this as a starter kit/template to create your very own Discord BOT!

About

This template is made for Discord.js v13. Feel free to use them

Installation

  • 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 inside CLIENT_TOKEN="YourTokenHere"
  • Start your bot node index.js or npm start

Usage

  • If you prefer using SlashCommands for your BOT, you can use slash-create module for easy registration
  • Read slash-create-docs for reference

Commands

All the commands available

Name Aliases Description
help hlp,info View all available commands
ping pong Checks BOT Websocket Ping