use fork of denoflate which is cacheable

This commit is contained in:
DjDeveloperr 2021-01-29 14:58:47 +05:30
parent 60e2655085
commit a16d209a20

View file

@ -169,7 +169,10 @@ client.on('messageCreate', async (msg: Message) => {
)
} else if (msg.content === '!textfile') {
msg.channel.send({
file: new MessageAttachment('hello.txt', 'hello world')
files: [
new MessageAttachment('hello.txt', 'world'),
new MessageAttachment('world.txt', 'hello')
]
})
} else if (msg.content === '!join') {
if (msg.member === undefined) return