Skip to content

Commit 6d2533f

Browse files
authored
fix(discord-bot): use default font instead of christmas font in /text (#811)
* fix(discord-bot): use default font instead of christmas font in /text * fix: lint
1 parent a0ad6b7 commit 6d2533f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/discord-bot/src/commands/minecraft/text.command.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class TextCommand {
5656
{text}
5757
</Multiline>
5858
</div>,
59-
getTheme(user)
59+
theme
6060
);
6161

6262
const buffer = await canvas.toBuffer("png");

0 commit comments

Comments
 (0)