From 4722a77fcf8327b2dd40d6af992229983928fe6c Mon Sep 17 00:00:00 2001 From: Sin <50817549+8cy@users.noreply.github.com> Date: Fri, 7 Aug 2020 08:27:49 +0200 Subject: chore: add todo info for verify --- server/src/commands/emma/Verify.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/src/commands/emma/Verify.ts b/server/src/commands/emma/Verify.ts index 99124ec..c87f407 100644 --- a/server/src/commands/emma/Verify.ts +++ b/server/src/commands/emma/Verify.ts @@ -23,6 +23,7 @@ export default class VerifyEmma extends Command { } public async exec(msg: Message): Promise { + // TODO: Make this feature publically available, possibly by adding a verify channel to the guild model in the database and having automatic role creation for the un-verified role. if (msg.guild.id.toString() !== emmaServer) return; msg.delete(); if ((msg.channel as TextChannel).name !== verificationChannel) return; @@ -70,5 +71,6 @@ export default class VerifyEmma extends Command { } } + // TODO: Use client function wait. public wait = require("util").promisify(setTimeout); -} \ No newline at end of file +} -- cgit v1.2.3