The tipbot for discord
Find a file
Kenneth C 128351e176
Updated tipbot.js (Fixed some messages)
Changed a few things with when a tip is sent or errors out. (Instead of just "I don't know how to tip that amount", it sounds a bit better and more accurate.)
Changed the "Wubba lubba dub dub" message to something a bit more... normal? 
Also changed some phrasing with messages in general. Nothing that will change the functionality, more just the general appearance of the messages.
2018-10-05 23:23:03 -04:00
bot Updated tipbot.js (Fixed some messages) 2018-10-05 23:23:03 -04: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 update dependencies 2018-05-04 07:33:43 -04:00
LICENSE Create LICENSE 2018-01-25 17:05:02 +01:00
package-lock.json update dependencies 2018-05-04 07:33:43 -04:00
package.json update dependencies 2018-05-04 07:33:43 -04:00
README.md Tipbot is here! 2017-10-25 21:12:38 +02:00
yarn.lock Moved all the help to the same msg used throughout the whole tipbot, removes the needs of specialized helpmsgs. also adds the tipbot FAQ link. 2018-07-13 11:41:04 +02: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