0xCiBeR / MTA-Wiki-Bot-1

This is a NodeJS/Discord.js Wiki Bot for Multi Theft Auto Discord Community.

Home Page:https://multitheftauto.com/discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multi Theft Auto Discord Wiki Bot

This is a NodeJS/Discord.js Wiki Bot for Multi Theft Auto Discord Community.
It's been a long while since I've wrote this. Sorry if it's a bit messy.

Requirements:

  1. NodeJS: https://nodejs.org/en/download/
  2. pm2 (optional)

Installation:

  1. Clone the repo
git clone https://github.com/Deihim007/MTA-Wiki-Bot.git
  1. Install dependencies
cd MTA-Wiki-Bot
npm install
  1. Install pm2 (optional)
npm install -g pm2
  1. Set the bot token (https://discordapp.com/developers/) at the end of index.js file.
  2. Run the bot using node index.js or pm2 if you've installed it in step 3 pm2 start index.js.

About

This is a NodeJS/Discord.js Wiki Bot for Multi Theft Auto Discord Community.

https://multitheftauto.com/discord

License:MIT License


Languages

Language:JavaScript 100.0%