LBRY Curation bot for discord interaction
Find a file
dependabot[bot] 31e2abf01d
chore(deps-dev): bump eslint from 7.8.1 to 7.9.0 (#14)
Bumps [eslint](https://github.com/eslint/eslint) from 7.8.1 to 7.9.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.8.1...v7.9.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-19 03:46:07 -05:00
.github Change dependabot target branch to master 2020-08-12 12:56:16 -05:00
config Allow multiple curator/admin roles 2020-08-15 23:09:11 -05:00
src Allow for multiple role IDs in invalid command perms 2020-08-18 12:05:54 -05:00
.eslintignore fix eslintignore 2020-08-10 23:09:48 -05:00
.eslintrc.json Initial command base 2020-08-10 23:08:26 -05:00
.gitattributes Initial command base 2020-08-10 23:08:26 -05:00
.gitignore Add SQLite database 2020-08-12 00:55:44 -05:00
LICENSE Initial command base 2020-08-10 23:08:26 -05:00
package.json chore(deps-dev): bump eslint from 7.8.1 to 7.9.0 (#14) 2020-09-19 03:46:07 -05:00
pm2.json Initial command base 2020-08-10 23:08:26 -05:00
README.md Initial command base 2020-08-10 23:08:26 -05:00
yarn.lock chore(deps-dev): bump eslint from 7.8.1 to 7.9.0 (#14) 2020-09-19 03:46:07 -05:00

LBRY Curation Bot

Introduction

This bot allows the community of LBRY to support eachother through the LBRY Foundation Discord

Installation

  • Pull the repo
  • Install Node.JS LTS (Currently Node v12.x)
  • Install Yarn (npm install yarn -g)
  • Install Redis (quickstart)
  • Install LBRY-SDK
  • Set your NODE_ENV (Node environment) Environment Variable to Production (EXPORT NODE_ENV=production)
  • In the config/ folder, copy _default.js to production.js and edit the config as needed

Contributions

This bot would not be possible without the following people/software:

  • LBRY Inc. and the LBRY SDK
  • Eris - NodeJS Library for Discord
  • LBRY Foundation
  • Snazzah - Creator of the Faux command base and developer of the bot
  • Coolguy3289 - Developer of the bot and command flow