We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d06a32 commit f0eeed0Copy full SHA for f0eeed0
1 file changed
src/core/commands/debug.ts
@@ -20,6 +20,7 @@ export default () => <ApplicationCommand>{
20
`> Opti: ${info.bunny.version}`,
21
`> Loader: ${info.bunny.loader.name} ${info.bunny.loader.version}`,
22
`> Discord: ${info.discord.version} (${info.discord.build})`,
23
+ `-# Hermes: ${info.hermes.bytecodeVersion} ${info.hermes.version}`,
24
`-# React: ${info.react.version} (RN ${info.react.nativeVersion})`,
25
`-# System: ${info.os.name} ${info.os.version} ${info.os.sdk ? `(SDK ${info.os.sdk})` : ""}`.trimEnd(),
26
`-# Device: ${info.device.model} (${info.device.codename})`,
0 commit comments