From ebc18ba7d8a5210668063a310c08af0f5c6abdc3 Mon Sep 17 00:00:00 2001 From: hwangsihu <129564966+hwangsihu@users.noreply.github.com> Date: Sun, 25 Aug 2024 17:13:22 +0900 Subject: [PATCH] Botinfo.ts --- src/commands/info/Botinfo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/info/Botinfo.ts b/src/commands/info/Botinfo.ts index 29098f9f9..a393d661d 100644 --- a/src/commands/info/Botinfo.ts +++ b/src/commands/info/Botinfo.ts @@ -1,3 +1,4 @@ +biome-ignore lint/correctness/noNodejsModules: import os from "node:os"; import { version } from "discord.js"; import { showTotalMemory, usagePercent } from "node-system-stats";