@exoplay/exobot-plugin-points
Version:
exobot plugin for points
35 lines (24 loc) • 560 B
Markdown
Give and take away points, with and without reasons.
```
audrey++
audrey++ for being super cool
exobot score audrey
exobot top 10
```
* `npm install --save @exoplay/exobot/exobot-plugin-points`
```javascript
import Exobot from '@exoplay/exobot';
import Points from '@exoplay/exobot-plugin-points';
const Bot = new Exobot(BOT_NAME, {
// ...
plugins: [
new Points();
],
});
```
LGPL licensed. Copyright 2016 Exoplay, LLC. See LICENSE file for more details.