Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
BenSegal855 committed Nov 5, 2024
2 parents cf4ab7a + 9ee9fc0 commit 1a13111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/Info/committiee.ts
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ export class UserCommand extends SteveSubcommand {
};
}));

const background = await loadImage(readFileSync(`${__dirname}../../../../src/assets/committieeLeaderboardBackground.svg`));
const background = await loadImage(readFileSync(`${__dirname}/../../../src/assets/committieeLeaderboardBackground.svg`));
const canvas = createCanvas(background.width, background.height);
const ctx = canvas.getContext('2d');
ctx.font = '35px Sans';

0 comments on commit 1a13111

Please sign in to comment.