The tipbot for discord
cdb0ba25e4
Formatting corrections: URL contained markdown which is only supported in `embed: {}` Duplicate command removed: `!tip` and `!tips` now display the same message so only one required. Duplicate tipper name removed: The bot mentioned the tippers name twice concurrently. Removed unnecessary code: Unnecessary code removed `${message.content.split(' ', 1)[0]}\` Removed author: Author was set as `!tip` and not required. |
||
---|---|---|
bot | ||
config | ||
.babelrc | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
yarn.lock |
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