send a message when creating starboard

This commit is contained in:
Supositware 2019-01-01 03:57:07 +01:00
parent 42426625fc
commit d0bf43d7e9
2 changed files with 2 additions and 0 deletions

View file

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

View file

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