diff options
Diffstat (limited to 'commands')
| -rw-r--r-- | commands/about.js | 21 | ||||
| -rw-r--r-- | commands/vainsocial/match.js | 2 | ||||
| -rw-r--r-- | commands/vainsocial/matches.js | 5 | ||||
| -rw-r--r-- | commands/vainsocial/user.js | 4 |
4 files changed, 4 insertions, 28 deletions
diff --git a/commands/about.js b/commands/about.js deleted file mode 100644 index 3e8be67..0000000 --- a/commands/about.js +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/node -/* jshint esnext:true */ -"use strict"; - -const Commando = require("discord.js-commando"), - oneLine = require("common-tags").oneLine, - responses = require("../responses"); - -module.exports = class ShowMatchCommand extends Commando.Command { - constructor(client) { - super(client, { - name: "about", - group: "util", - memberName: "about", - description: "Shows invite links and developer contact details." - }); - } - async run(msg) { - await responses.showAbout(msg); - } -}; diff --git a/commands/vainsocial/match.js b/commands/vainsocial/match.js index 8f4a5a4..08f52f5 100644 --- a/commands/vainsocial/match.js +++ b/commands/vainsocial/match.js @@ -13,7 +13,7 @@ module.exports = class ShowMatchCommand extends Commando.Command { aliases: ["vm"], group: "vainsocial", memberName: "vainsocial-match", - description: "Show a user's match in detail.", + description: "Shows a user's match in detail.", examples: ["vm shutterfly 1"], argsType: "multiple", argsCount: 2, diff --git a/commands/vainsocial/matches.js b/commands/vainsocial/matches.js index 3f2de2f..adce644 100644 --- a/commands/vainsocial/matches.js +++ b/commands/vainsocial/matches.js @@ -13,10 +13,7 @@ module.exports = class ShowMatchesCommand extends Commando.Command { aliases: ["vh"], group: "vainsocial", memberName: "vainsocial-matches", - description: "Show a user's match history.", - details: oneLine` - todo - `, + description: "Shows a user's match history.", examples: ["vh shutterfly"], argsType: "single", diff --git a/commands/vainsocial/user.js b/commands/vainsocial/user.js index 1f41c12..95bb86f 100644 --- a/commands/vainsocial/user.js +++ b/commands/vainsocial/user.js @@ -13,9 +13,9 @@ module.exports = class ShowUserCommand extends Commando.Command { aliases: ["v", "vu"], group: "vainsocial", memberName: "vainsocial-user", - description: "Show a player\'s profile.", + description: "Shows a player\'s profile.", details: oneLine` - Display VainSocial lifetime statistics from Vainglory +Display VainSocial lifetime statistics from Vainglory `, examples: ["vu shutterfly"], |
