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

StavZ/BotTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published