No description
Find a file
filipnyquist cdd33c1ab8
Merge pull request #64 from MSFTserver/patch-1
add more helping text to examples[done]
2017-11-03 20:08:56 +01:00
bot Merge pull request #64 from MSFTserver/patch-1 2017-11-03 20:08:56 +01:00
config Update default.json.example 2017-11-01 16:19:30 -07:00
speech-uploads upload speech-uploads folder 2017-10-27 12:47:10 -07:00
.babelrc Uploaded the main code! 2017-10-25 21:31:42 +02:00
.gitignore Uploaded the main code! 2017-10-25 21:31:42 +02:00
package.json Uploaded the main code! 2017-10-25 21:31:42 +02:00
README.md move stuff to config json[done] 2017-11-01 10:50:36 -07:00
yarn.lock Uploaded the main code! 2017-10-25 21:31:42 +02:00

Bot for LBRY's Discord

(This README will be updated along with bot updates)

Features:

  • Tipbot for LBC. Responds to !tip.

  • Price bot displays price of lbc for currency given. Responds to !price <cur> <amount>

  • Stats bot display current market stats of lbc. Responds to !stats

  • Hash bot displays current hashrate of network. Responds to !hash

  • Github Release Notes bot displays release notes for current lbry-app release.

    Responds to !releasenotes

    User with Defined Perms !releasenotes post to send to specified channel

  • Purge Bot (moderator only) deletes X amount of messages. User with Defined Perms Responds to !purge <X>

  • Speech bot displays top claim from provided image name(coming soon posting to speech).

    Responds to !speech <imagename>

  • Welcome bot sends Direct Message when new users join, User with Defined Perms can send using !welcome <@username>

  • Spam Detection Bot to Prevent Discord Raids and Spammers

  • 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 cd to wunderbot directory and run:

npm install
node bot/bot.js