forked from Supositware/Haha-Yes
forgot to delete message
This commit is contained in:
parent
892c8e382d
commit
b6175f3044
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class spoilerCommand extends Command {
|
||||||
text = text.split('').join('||||');
|
text = text.split('').join('||||');
|
||||||
|
|
||||||
// Send the final text
|
// Send the final text
|
||||||
|
message.delete();
|
||||||
return message.channel.send('||' + text + '||');
|
return message.channel.send('||' + text + '||');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue