Update Deps

This commit is contained in:
Daniel Odendahl Jr
2017-08-05 23:21:49 +00:00
parent a41b475b50
commit f3562c499a
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const { dbotsOrgKey } = require('../../config');
module.exports = class UpvotersCommand extends Command {
constructor(client) {
super(client, {
name: 'upvoters',
name: 'upvoterz',
aliases: ['upvote', 'updoot'],
group: 'util',
memberName: 'upvoters',
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "29.1.0",
"version": "29.1.1",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {
@@ -37,7 +37,7 @@
"discord.js": "github:hydrabolt/discord.js",
"discord.js-commando": "github:gawdl3y/discord.js-commando",
"erlpack": "github:hammerandchisel/erlpack",
"mathjs": "^3.14.2",
"mathjs": "^3.15.0",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"snekfetch": "^3.2.4",
@@ -46,7 +46,7 @@
"zalgolize": "^1.2.4"
},
"devDependencies": {
"eslint": "^4.2.0",
"eslint": "^4.4.0",
"eslint-config-aqua": "^1.4.1"
},
"eslintConfig": {