Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 874 Bytes

File metadata and controls

26 lines (15 loc) · 874 Bytes

Lisa

A discord bot with miscellaneous features

Introduction

This bot is named after the plant Lisa from the Video game "Life is Strange". http://dontnodentertainment.wikia.com/wiki/Lisa_the_Plant

It is a discord bot running on Node.js with Discord.js.

Usage

If you want the bot to join your server, go to https://discordapp.com/oauth2/authorize?&client_id=269802184571486218&scope=bot and confirm your server.

If you want to modify the bot, you should start by cloning this repo & installing the npm modules.

Setup

After you cloned the repo, running npm install from your CLI should install all dependencies.

Next, you should enter your configuration options into a file called config.json in the root directory. You can use the file config.default.json as a starting point

After you've done that, running node index.js will start the bot.