LBRY Curation bot for discord interaction
Find a file
dependabot[bot] 36660c4453
chore(deps): bump sqlite3 from 5.1.6 to 5.1.7
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.1.6 to 5.1.7.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.1.6...v5.1.7)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-08 21:15:36 +00:00
.github chore(workflow): fix workflow 2023-02-03 22:09:20 -06:00
.vscode Fix account deletion issues and incorrect address 2021-06-10 17:37:46 -05:00
config refactor: use dysnomia, remove node-fetch, misc changes 2023-02-03 21:59:15 -06:00
src fix: remove abort-controller pkg 2023-02-17 22:43:32 -06: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 refactor: use dysnomia, remove node-fetch, misc changes 2023-02-03 21:59:15 -06:00
LICENSE Initial command base 2020-08-10 23:08:26 -05:00
package.json chore(deps): bump sqlite3 from 5.1.6 to 5.1.7 2024-01-08 21:15:36 +00:00
pm2.json Initial command base 2020-08-10 23:08:26 -05:00
README.md refactor: use dysnomia, remove node-fetch, misc changes 2023-02-03 21:59:15 -06:00
yarn.lock chore(deps): bump sqlite3 from 5.1.6 to 5.1.7 2024-01-08 21:15:36 +00: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 v18.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
  • Dysnomia - NodeJS Library for Discord, fork of Eris
  • LBRY Foundation
  • Snazzah - Creator of the Faux command base and developer of the bot
  • Coolguy3289 - Developer of the bot and command flow