Skip to content

Commit a5474d4

Browse files
committed
debug command fix
1 parent e65bf6d commit a5474d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/command/debug.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default [
1010
inputType: ApplicationCommandInputType.BUILT_IN,
1111
__isOpti: true,
1212
execute(_, ctx) {
13-
const content = `**Opti Debug Info**
13+
const content = `**Opti Debug Info [Main Branch]**
1414
> **Opti Version**: ${debugInfo.vendetta.version}
1515
> **Discord Version**: ${debugInfo.discord.version} (Build ${debugInfo.discord.build})
1616
> **Device**: ${debugInfo.device.brand} (${debugInfo.os.name} ${debugInfo.os.version})

0 commit comments

Comments
 (0)