From f900f7955f60c1d46be359e378c0d15bd8af8c09 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 20 May 2017 10:46:27 +0200 Subject: disable registration, end of beta --- commands/vainsocial/guild_create.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/commands/vainsocial/guild_create.js b/commands/vainsocial/guild_create.js index e742609..a8caa6a 100644 --- a/commands/vainsocial/guild_create.js +++ b/commands/vainsocial/guild_create.js @@ -49,6 +49,11 @@ Create a Guild with your VainSocial profile as leader. async run(msg, args) { util.trackAction(msg, "vainsocial-guild-create"); const guildCreateView = new GuildCreateView(msg, msg.author.id); + if (msg.guild.id != 283790513998659585) + return await guildCreateView.error(oneLine` +Guilds creation is currently running in closed beta. +If you want to participate, join our development Discord: https://discord.gg/txTchJY +`); try { await api.post("/guild", { shard_id: args.region, -- cgit v1.3.1