send a message when creating starboard

merge-requests/1/head
Supositware 5 years ago
parent 42426625fc
commit d0bf43d7e9

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

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

Loading…
Cancel
Save