Update smithery.yaml
This commit is contained in:
parent
0460890c40
commit
02389fc9f0
|
@ -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],
|
||||
})
|
Loading…
Reference in New Issue