mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
Fix
This commit is contained in:
@@ -293,7 +293,7 @@ module.exports = class ChessCommand extends Command {
|
||||
row -= 1;
|
||||
}
|
||||
}
|
||||
return canvas.toBuffer();
|
||||
return canvas.toBuffer('image/png');
|
||||
}
|
||||
|
||||
async loadImages() {
|
||||
|
||||
Reference in New Issue
Block a user