aymhh / discord.js-bot-base

a super simple discord.js bot base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Discord.JS Bot Base

a simple discord.js base that helps you get started with the making off bots

Installation

  1. have node.js installed from here
  2. install a IDE such as visual studio code
  3. clone this repository
  4. setup the packages:
    • open the folder of the cloned repo with visual studio code (much easier than cd'ing to the folder)
    • npm init and run through the proccess
    • npm install discord.js@latest to install the latest discord.js modules
    • npm install fs required extra modules
    • npm install discord-markdown required extra modules
  5. read through the config.json file which is found in the /priv/ directory and input all the information (all of it is important)
  6. also read through the code notes and have fun!

License

MIT

About

a super simple discord.js bot base

License:MIT License


Languages

Language:JavaScript 100.0%