mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 22:34:46 +02:00
Update Deps
This commit is contained in:
@@ -6,7 +6,7 @@ const { dbotsOrgKey } = require('../../config');
|
|||||||
module.exports = class UpvotersCommand extends Command {
|
module.exports = class UpvotersCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'upvoters',
|
name: 'upvoterz',
|
||||||
aliases: ['upvote', 'updoot'],
|
aliases: ['upvote', 'updoot'],
|
||||||
group: 'util',
|
group: 'util',
|
||||||
memberName: 'upvoters',
|
memberName: 'upvoters',
|
||||||
|
|||||||
+3
-3
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiaobot",
|
"name": "xiaobot",
|
||||||
"version": "29.1.0",
|
"version": "29.1.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Shard.js",
|
"main": "Shard.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
"discord.js": "github:hydrabolt/discord.js",
|
"discord.js": "github:hydrabolt/discord.js",
|
||||||
"discord.js-commando": "github:gawdl3y/discord.js-commando",
|
"discord.js-commando": "github:gawdl3y/discord.js-commando",
|
||||||
"erlpack": "github:hammerandchisel/erlpack",
|
"erlpack": "github:hammerandchisel/erlpack",
|
||||||
"mathjs": "^3.14.2",
|
"mathjs": "^3.15.0",
|
||||||
"moment": "^2.18.1",
|
"moment": "^2.18.1",
|
||||||
"moment-duration-format": "^1.3.0",
|
"moment-duration-format": "^1.3.0",
|
||||||
"snekfetch": "^3.2.4",
|
"snekfetch": "^3.2.4",
|
||||||
@@ -46,7 +46,7 @@
|
|||||||
"zalgolize": "^1.2.4"
|
"zalgolize": "^1.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^4.2.0",
|
"eslint": "^4.4.0",
|
||||||
"eslint-config-aqua": "^1.4.1"
|
"eslint-config-aqua": "^1.4.1"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
|
|||||||
Reference in New Issue
Block a user