undo settings

suggestCommand
marko-polo-cheno 2 years ago
parent 60f4c80e5d
commit 60ffb916f8
  1. 3
      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
};

Loading…
Cancel
Save