Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
chore: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mzrtamp committed Jul 21, 2024
1 parent 69aa18d commit 01aab25
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/structures/BajigurClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ import ImportURLToString from "#bajigur/utils/ImportURLToString.js";
import { ISDEV } from "#bajigur/config.js";
import { ListenerHandler } from "./Listener.js";
import { CommandHandler } from "./Command.js";
import { makeCacheableSignalKeyStore, makeWASocket, useMultiFileAuthState } from "@whiskeysockets/baileys";
import {
makeCacheableSignalKeyStore,
makeWASocket,
useMultiFileAuthState
} from "@whiskeysockets/baileys";
import { Logger, pino } from "pino";
import { resolve } from "path";

Expand Down

0 comments on commit 01aab25

Please sign in to comment.