mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix lint
This commit is contained in:
@@ -63,7 +63,7 @@ module.exports = class ShipCommand extends Command {
|
||||
ctx.textAlign = 'center';
|
||||
ctx.textBaseline = 'top';
|
||||
ctx.fillStyle = '#ff6c6c';
|
||||
ctx.font = '40px Pinky Cupid'
|
||||
ctx.font = '40px Pinky Cupid';
|
||||
ctx.fillText('~Xiao\'s Compatability Meter~', 600, 15);
|
||||
ctx.fillStyle = 'white';
|
||||
ctx.fillText(first.username, 270, 448);
|
||||
|
||||
Reference in New Issue
Block a user