Use globalName

This commit is contained in:
lilyissillyyy
2025-09-18 16:11:31 -04:00
parent 4a8aa67a72
commit 46e7a9e244
21 changed files with 48 additions and 36 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ module.exports = class RipCommand extends Command {
ctx.textBaseline = 'top';
ctx.textAlign = 'center';
ctx.font = this.client.fonts.get('CoffinStone.otf').toCanvasString(62);
this.fillPressedText(ctx, user.username, 438, 330, 500);
this.fillPressedText(ctx, user.globalName || user.username, 438, 330, 500);
if (cause) this.fillPressedText(ctx, cause, 438, 920, 500);
ctx.font = this.client.fonts.get('CoffinStone.otf').toCanvasString(37);
this.fillPressedText(ctx, 'In Loving Memory of', 438, 292);