Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 1.88 KB

README.md

File metadata and controls

75 lines (57 loc) · 1.88 KB



Bot Template

A simple and easy to understand bot template made for people new to coding

AboutInstallationAdditional HelpCredits

About

This is a code template that will help you build a Discord bot in a quick and elegant way. You just have to tweak a few settings to your liking, add your commands, and you'll be ready to go.

If you liked this repository, feel free to leave a star ⭐ and follow me, it actually means a lot.

Pre-requisites


  • You first have to make the bot application using the Discord Developer Portal and add it to your server. -If you've already completed this step, move on to the Installation section.

Installation

First clone the repo:

git clone https://github.com/Mystic2103/Discord-Bot-Starter-Template.git

After cloning, run:

npm install

Followed by:

npm i express

Followed by:

npm i discordie

To launch the bot, run:

node .

Additional Help

If you're still confused and need more assistance join the Support Server

Credits

  • Mystic - head developer - github