mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix it?
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = class YearsCommand extends commando.Command {
|
||||
years.blit(avatar, 461, 127);
|
||||
years.getBuffer(Jimp.MIME_PNG, (err, buff) => {
|
||||
if (err) throw err;
|
||||
let yearsImage = await message.channel.sendFile(buff);
|
||||
message.channel.sendFile(buff);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user