undo settings

This commit is contained in:
marko-polo-cheno 2021-05-20 21:07:29 -04:00
parent 60f4c80e5d
commit 60ffb916f8
1 changed files with 3 additions and 0 deletions

View File

@ -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
};