Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Latest commit

 

History

History
51 lines (31 loc) · 734 Bytes

README.md

File metadata and controls

51 lines (31 loc) · 734 Bytes

Discord bot template

Simple template for Discord bots

This template made for Discord.js v12 and higher

Setup

Clone repository from GitHub

git clone https://github.com/StavZ/BotTemplate.git

Go to this repository

cd BotTemplate

Install dependencies

npm i

Creating Discord bot

  1. Go to Discord Developer Portal

  2. Click New Application button

  3. Create a bot application

  4. Copy bot token

  5. Paste bot token to .env file

Ready

Now you can run a bot

node index