GreepTheSheep / discordjs13-base

My template for creating bots w/ slash commands on discord.js 13

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discordjs13-base

My template for creating bots w/ slash commands on discord.js v13

Requirements

Before using this open source project make sure to download atleast NodeJS version 16.x.x

Aswell as your favorite IDE in our case we choose visual studio code!

Deployment

To use this template follow the steps given down below.

1.  Press the big green "Code" button at the top of the repo.

usetemplatebutton

2.  Clone your freshly created repo with the template code in it. 
    We recommend using github desktop for this

CloneRepo

3. Open the Files in vscode and create a .env file based on the template given below. 
DISCORD_TOKEN=your-token
OWNER_ID=your-discord-id
4. One you filled out the .env variables open a terminal and run the following commands

Installing the required packages:

npm install

Start the bot:

npm start

Features

  • Slash commands
  • Clean file structure
  • Enviroment variables
  • Global Command handling

Template made by:

image

About

My template for creating bots w/ slash commands on discord.js 13

License:MIT License


Languages

Language:JavaScript 100.0%