The tipbot for discord
Go to file
2017-09-27 15:43:17 +02:00
bots Fix For !hash 2017-09-26 11:34:22 -07:00
.DS_Store Added statbot with EUR 2017-08-07 15:30:01 +05:30
.gitignore ignore .idea 2016-11-04 11:33:32 -04:00
app.js typo fix 2017-08-07 15:53:04 +05:30
LICENSE license 2016-09-13 22:11:36 -04:00
miner.png better emoji 2017-03-17 16:51:41 -04:00
package-lock.json Added more moderation stuff: Pins and Locked Channels! 2017-06-21 21:14:04 +02:00
package.json Added more moderation stuff: Pins and Locked Channels! 2017-06-21 21:14:04 +02:00
picklerick.png PICKLE RICK!!! 2017-08-25 11:31:20 -04:00
README.md Update README.md 2016-08-17 17:01:32 -04:00
rickshutup.png better messages 2017-03-17 11:04:58 -04:00
slack-greeting.md Fixed a few typos and added speech link 2017-08-09 20:30:49 -04:00

Bot for LBRY's Slack

Features:

  • Tipbot for LBC. Responds to !tip.
  • Posts mining info to #mining every few hours and anytime someone says !hash.

Requirements

  • node
  • npm > 0.12.x

Installation

Create a bot and get the bot's API Token: https://YOURSLACK.slack.com/apps/manage/custom-integrations

Then run:

npm install
SLACK_TOKEN=<your-slack-token> CHANNEL=<channel-for-bot> node bot.js