discord.js-router
Version:
This is a Base Bot Router for Discord.js this allows for the Handling of Plugins, and a Trigger Easily.
21 lines (20 loc) • 308 B
YAML
sudo: false
language: node_js
cache:
directories:
- "$HOME/.npm"
notifications:
email: false
install:
- npm install
node_js:
- stable
before_install:
- npm install -g npm@latest
before_script:
- npm prune
after_success:
- npm run semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/