The tipbot for discord
Find a file
ProfessorDey d89722cd1d
Fixing Duplicate Tipbot Account Issue
Misunderstood the use of GuildMember in Discord.js due to vague documentation, resulting in tipbot accounts being created accidentally due to getting the wrong Snowflake for the user. The function now takes the user.id of the recipient, preformated to match the tipper, with appropriately adjusted references to the user.

Hopefully this should fix the issues being had though manual recovery of the currency in the accidentally created accounts will still be required. Sorry for the trouble.
2017-12-25 21:43:14 +01:00
bot Fixing Duplicate Tipbot Account Issue 2017-12-25 21:43:14 +01:00
config Tipbot is here! 2017-10-25 21:12:38 +02: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
package-lock.json removed ! from IDs 2017-12-25 01:49:45 +01:00
package.json removed ! from IDs 2017-12-25 01:49:45 +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