forked from Supositware/Haha-Yes
send a message when creating starboard
This commit is contained in:
parent
42426625fc
commit
d0bf43d7e9
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue