Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tnfAngel committed Dec 22, 2024
1 parent 4631edb commit f6bb3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/classes/LeaderboardCanvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { userModel } from '../schemas/UserModel';
import type { IUserModel } from '../schemas/UserModel';
import { Util } from './Util';

GlobalFonts.registerFromPath(joinPaths(__dirname, '../assets/fonts/Asap.ttf'), 'Asap');
GlobalFonts.registerFromPath(joinPaths(__dirname, '../assets/fonts/Asap.ttf'), 'asap');

export class LeaderboardCanvas {
member: GuildMember;
Expand Down
2 changes: 1 addition & 1 deletion src/classes/RankCanvas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { setFont } from '../functions/setFont';
import { userModel } from '../schemas/UserModel';
import { Util } from './Util';

GlobalFonts.registerFromPath(joinPaths(__dirname, '../assets/fonts/Asap.ttf'), 'Asap');
GlobalFonts.registerFromPath(joinPaths(__dirname, '../assets/fonts/Asap.ttf'), 'asap');

export class LevelCanvas {
private readonly member: GuildMember;
Expand Down

0 comments on commit f6bb3e8

Please sign in to comment.