diff options
Diffstat (limited to 'src/commands/fun/howify.ts')
| -rw-r--r-- | src/commands/fun/howify.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/fun/howify.ts b/src/commands/fun/howify.ts index e7e7eb6..6529975 100644 --- a/src/commands/fun/howify.ts +++ b/src/commands/fun/howify.ts @@ -20,6 +20,7 @@ module.exports = class HowifyFun extends Command { // fs.unlinkSync('../../../node_modules/howifier/images/blissgay.jpeg') msg.attachments.forEach(async attachment => { var u1 = await how(attachment.url); + msg.delete() setTimeout(() => { msg.say({ files: [u1] }) }, 2000); |