delete what the user sent first

This commit is contained in:
Supositware 2019-03-01 19:40:50 +01:00
parent 8f31ca0880
commit b58d240f04

View file

@ -73,6 +73,7 @@ class nolightCommand extends Command {
console.log(`stderr: ${stderr}`); console.log(`stderr: ${stderr}`);
} }
apng(); apng();
return message.delete();
} }
} }