From f3aa08e72c6ffdb942ea06e21ac19e28b8cd5550 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 6 May 2017 15:37:48 +0200 Subject: vgme alias & wording --- commands/vainsocial/me.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'commands') diff --git a/commands/vainsocial/me.js b/commands/vainsocial/me.js index 717e36c..76619bb 100644 --- a/commands/vainsocial/me.js +++ b/commands/vainsocial/me.js @@ -11,7 +11,7 @@ module.exports = class RegisterUserCommand extends Commando.Command { constructor(client) { super(client, { name: "vainsocial-me", - aliases: ["vme"], + aliases: ["vme", "vgme"], group: "vainsocial", memberName: "vainsocial-me", description: "Register a users's in game name.", @@ -56,7 +56,7 @@ Store your in game name for quicker access to other commands and for Guild manag await api.setUser(msg.author.id, ign); await msg.reply(oneLine` You are now able to use ${util.usg(msg, "v")} to access your profile faster. -You now have access to Guild management features. +You now create a Guild with ${util.usg(msg, "vgcreate")}. `); } }; -- cgit v1.3.1