From a5474d43d3bf3f88042f4a2cb5ca75fcc7b62692 Mon Sep 17 00:00:00 2001 From: byeoon <47872200+byeoon@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:04:30 +0000 Subject: [PATCH] debug command fix --- src/lib/command/debug.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/command/debug.tsx b/src/lib/command/debug.tsx index a3f11b3e..05702be9 100644 --- a/src/lib/command/debug.tsx +++ b/src/lib/command/debug.tsx @@ -10,7 +10,7 @@ export default [ inputType: ApplicationCommandInputType.BUILT_IN, __isOpti: true, execute(_, ctx) { - const content = `**Opti Debug Info** + const content = `**Opti Debug Info [Main Branch]** > **Opti Version**: ${debugInfo.vendetta.version} > **Discord Version**: ${debugInfo.discord.version} (Build ${debugInfo.discord.build}) > **Device**: ${debugInfo.device.brand} (${debugInfo.os.name} ${debugInfo.os.version})