diff --git a/bot/src/bot/commands/configuration/bridge.ts b/bot/src/bot/commands/configuration/bridge.ts index 7ad67e6..f2b0871 100644 --- a/bot/src/bot/commands/configuration/bridge.ts +++ b/bot/src/bot/commands/configuration/bridge.ts @@ -300,7 +300,7 @@ export default { description: `**${key.friendlyName}**\n${ key.description }\n\nCurrent value: **${ - bridgeConfig?.config?.[ + !!bridgeConfig?.config?.[ configKey as keyof typeof CONFIG_KEYS ] }**`,