Update smithery.yaml

This commit is contained in:
IAPP-BY 2025-06-03 14:26:13 +08:00
parent 0460890c40
commit 02389fc9f0
1 changed files with 1 additions and 4 deletions

View File

@ -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],
})