mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Fix
This commit is contained in:
@@ -65,7 +65,7 @@ module.exports = class RipCommand extends Command {
|
||||
ctx.textAlign = 'center';
|
||||
ctx.font = '62px Coffin Stone';
|
||||
ctx.fillStyle = 'black';
|
||||
ctx.fillText(user.username, 432, 346, 500);
|
||||
ctx.fillText(user.username, 432, 340, 500);
|
||||
ctx.fillStyle = 'white';
|
||||
if (cause) ctx.fillText(cause, 432, 920, 500);
|
||||
ctx.font = '37px Coffin Stone';
|
||||
|
||||
Reference in New Issue
Block a user