Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leomotors committed Jul 12, 2024
1 parent b7a0ddd commit be1b485
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cocoa-discord/src/main/readline.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
import { Client } from "discord.js";

import chalk from "chalk";
import readline from "node:readline";

import chalk from "chalk";

import { Awaitable } from "../base/index.js";

import { Loader } from "./loader.js";
Expand Down

0 comments on commit be1b485

Please sign in to comment.