Skip to content

Commit

Permalink
debug command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
byeoon committed Nov 19, 2024
1 parent e65bf6d commit a5474d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/command/debug.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit a5474d4

Please sign in to comment.