From 60ffb916f845e2ba5acbe3596d58691744467dfd Mon Sep 17 00:00:00 2001 From: marko-polo-cheno <37851975+marko-polo-cheno@users.noreply.github.com> Date: Thu, 20 May 2021 21:07:29 -0400 Subject: [PATCH] undo settings --- commands/suggest.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commands/suggest.ts b/commands/suggest.ts index 36d897d..24ca672 100644 --- a/commands/suggest.ts +++ b/commands/suggest.ts @@ -4,4 +4,7 @@ import Discord from 'discord.js'; export const suggestCmd = async (message: Discord.Message, command: string, args: string[]) => { message.channel.send('yay'); message.channel.send('test suggestion was: ' + args.toString()); + + // ack suggestion was taken + // save suggestion into DB };