Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yorunoken committed Jun 3, 2024
1 parent 5e87770 commit 643d9cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@lilybird/handlers": "^0.5.0",
"@lilybird/transformers": "^0.3.0",
"lilybird": "^0.7.0",
"@lilybird/transformers": "^0.4.1",
"lilybird": "^0.7.1",
"osu-web.js": "^2.4.0",
"playwright": "^1.44.0",
"rosu-pp-js": "^1.0.2",
Expand Down
4 changes: 2 additions & 2 deletions src/embed-builders/card.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { chromium } from "playwright";
import type { CardBuilderOptions } from "@type/embedBuilders";
import type { ReplyOptions } from "@lilybird/transformers";
import type { MessageReplyOptions } from "@lilybird/transformers";

const browser = await chromium.launch();

export async function cardBuilder({ user }: CardBuilderOptions): Promise<ReplyOptions> {
export async function cardBuilder({ user }: CardBuilderOptions): Promise<MessageReplyOptions> {
const now = performance.now();

const page = await browser.newPage();
Expand Down

0 comments on commit 643d9cf

Please sign in to comment.