1
0
Fork 0

forgot to delete message

akairo
Supositware 5 years ago
parent 892c8e382d
commit b6175f3044

@ -28,6 +28,7 @@ class spoilerCommand extends Command {
text = text.split('').join('||||');
// Send the final text
message.delete();
return message.channel.send('||' + text + '||');
}
}

Loading…
Cancel
Save