From 0d122438ac9336a9baacd555dce07b077d1e0fe5 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 22 Jan 2024 12:50:08 +0100 Subject: [PATCH] No this should be last commit --- src/commands/botinfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/botinfo.ts b/src/commands/botinfo.ts index 3e1fb35..b26c0f6 100644 --- a/src/commands/botinfo.ts +++ b/src/commands/botinfo.ts @@ -35,7 +35,7 @@ export = { .replaceAll("\"", "") .replace("\n", "") osInfo = `> **OS:** \`${os.type()}\` - > **Kernel:** \`${os.version()}\` + > **Kernel:** \`${os.release()}\` > **Distro:** \`${distro}\`` }