summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-05-06 15:37:48 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-05-06 15:37:48 +0200
commitf3aa08e72c6ffdb942ea06e21ac19e28b8cd5550 (patch)
treef090913ad1eb68c24bb3e66f7ae889f9612c64f9
parentf568816fcfd9df37e01b898a0f2b5cee58e0f9c3 (diff)
downloaddiscordbot-f3aa08e72c6ffdb942ea06e21ac19e28b8cd5550.tar.gz
discordbot-f3aa08e72c6ffdb942ea06e21ac19e28b8cd5550.zip
vgme alias & wording
-rw-r--r--commands/vainsocial/me.js4
1 files changed, 2 insertions, 2 deletions
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")}.
`);
}
};