From d0bf43d7e95db709b7f852537e3c94965e5058d4 Mon Sep 17 00:00:00 2001 From: Supositware Date: Tue, 1 Jan 2019 03:57:07 +0100 Subject: [PATCH] send a message when creating starboard --- commands/admin/shameboard.js | 1 + commands/admin/starboard.js | 1 + 2 files changed, 2 insertions(+) diff --git a/commands/admin/shameboard.js b/commands/admin/shameboard.js index a746a156..aef8730e 100644 --- a/commands/admin/shameboard.js +++ b/commands/admin/shameboard.js @@ -33,6 +33,7 @@ class shameboardCommand extends Command { if (err){ console.log(err); } + return message.channel.send(`This channel have been set as the shameboard`); }) } else { if (args.delete == 'delete') { diff --git a/commands/admin/starboard.js b/commands/admin/starboard.js index 74c56ce1..21cd970b 100644 --- a/commands/admin/starboard.js +++ b/commands/admin/starboard.js @@ -31,6 +31,7 @@ class StarBoardCommand extends Command { if (err){ console.log(err); } + return message.channel.send(`This channel have been set as the starboard`); }) } else { if (args.delete == 'delete') {