From 02389fc9f03f987d0ec87782d1fdfc7828c6678c Mon Sep 17 00:00:00 2001 From: IAPP-BY Date: Tue, 3 Jun 2025 14:26:13 +0800 Subject: [PATCH] Update smithery.yaml --- smithery.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/smithery.yaml b/smithery.yaml index 7ff3cd5..59e9e50 100644 --- a/smithery.yaml +++ b/smithery.yaml @@ -21,8 +21,5 @@ startCommand: commandFunction: | (config) => ({ command: 'node', - args: ['build/index.js', '--transport', 'http', '--port', '8080'], - env: { - DISCORD_TOKEN: config.DISCORD_TOKEN - } + args: ['build/index.js', '--transport', 'http', '--port', '8080', '--config', config.DISCORD_TOKEN], }) \ No newline at end of file