Say: Do not remove the original command
This commit is contained in:
parent
a82b62340e
commit
95702b6ea9
1 changed files with 0 additions and 5 deletions
|
@ -7,11 +7,6 @@ module.exports = {
|
||||||
message.channel.send("Can't send empty message");
|
message.channel.send("Can't send empty message");
|
||||||
else{
|
else{
|
||||||
message.channel.send(args.join(" "))
|
message.channel.send(args.join(" "))
|
||||||
try{
|
|
||||||
message.delete()
|
|
||||||
}catch{
|
|
||||||
console.log(this.name, ": An error happened while trying to delete the original message.\nProbably because of permissions.")
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue