Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Latest commit

 

History

History
48 lines (33 loc) · 909 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 909 Bytes

This software isn't meant to be run independently, this repository is used mainly for displaying changes to the end user. If you'd like to make pull requests, you're more than welcome to, however!

For end users looking to run the bot on their public servers, please invite the public test build here.

Setup

  • Have Node 8.4.0 or higher installed.

Install Redis

sudo apt update
sudo apt install redis-server

Clone the bot

git clone -b js https://github.com/DiscordiaWiki/bot
npm i

Make settings directories

cd js
mkdir src/data/users/settings
mkdir src/data/users/prefixes

mkdir src/data/guilds

Make config file

Replace the value in token

Add your User ID in admins

sudo nano src/config.js

Run the bot

node .

You're all set!