mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Update Deps
This commit is contained in:
@@ -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
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user