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') {