thatshowitworks / Discord.js-Bot

An Open Source version of Cryptonix X and a basic frame for any discord.js bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JS-Discord-Bot

An Open Source version of Cryptonix X and a basic frame for any discord.js bot

Made by HarutoHiroki#4000

Requirements

Optional tools

  • PM2 - NodeJS Module

How to setup

  1. Make a bot here and grab the token Image_Example1

  2. Fill in the required spots, such as token, prefix and change anything you like in config.json and customisation.json.

  3. To install what you need, do npm install
    (If the installation shows error for you windows users, first, blame node-gyp. Second, download integer, better-sqlite3 and quick-db from their respective repo on GitHub, extract into node_modules and cd into the folder then do node-gyp rebuild)
    NOTE: Use npm install with Administrator/sudo

  4. Start the bot by having the cmd/terminal inside the bot folder and type node .

  5. Enjoy!

About

An Open Source version of Cryptonix X and a basic frame for any discord.js bot

License:MIT License


Languages

Language:JavaScript 100.0%