The tipbot for discord
Find a file
ProfessorDey db8d90b9a7
Fixing Roletip sendLBC call
Apparently despite being a supposedly smart language, JS still insists on making me convert a string of numbers from a number back to a string before _and_ inside a function call, yay aggressively dynamically typed languages.

This _should_ fix the matter now
2018-03-20 17:18:30 +00:00
bot Fixing Roletip sendLBC call 2018-03-20 17:18:30 +00:00
config updated default configuration 2018-02-22 02:26:39 +01:00
.babelrc Tipbot is here! 2017-10-25 21:12:38 +02:00
.gitignore Tipbot is here! 2017-10-25 21:12:38 +02:00
LICENSE Create LICENSE 2018-01-25 17:05:02 +01:00
package-lock.json Merge branch 'master' into multirole 2018-02-22 02:22:58 +01:00
package.json Merge branch 'master' into multirole 2018-02-22 02:22:58 +01:00
README.md Tipbot is here! 2017-10-25 21:12:38 +02:00
yarn.lock removed trigger on message edits 2017-11-23 01:41:23 +01:00

Bot for LBRY's Discord

(This README will be updated along with bot updates) Features:

  • Tipbot for LBC. Responds to !tip.
  • Dynamic plugin loading with permission support.

Requirements

  • node > 8.0.0
  • npm > 0.12.x

Installation

Create a bot and get the bot's API Token: https://discordapp.com/developers/applications/me

Edit and rename default.json.example in /config, then run:

npm install
node bot.js