Skip to content

Commit

Permalink
Tiny change
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhouwzhou committed Jun 17, 2017
1 parent 468bea8 commit 269d22e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion lib/blacklist.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Object.defineProperty(exports, "__esModule", { value: true });

const needle = require('needle'),
version = '1.0.0',
repo = 'https://github.com/wzhouwzhou/discordblacklist/';

module.exports = class Blacklist {
exports = class Blacklist {
constructor (token, autoupdate = false, minutes = -1){
this.token = token;
this.autoupdate = autoupdate;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "discordblacklist",
"version": "1.0.0",
"version": "1.0.1",
"description": "A nodejs package that facilitates getting banned Discord users from DiscordBans",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 269d22e

Please sign in to comment.