Update smithery.yaml
This commit is contained in:
parent
0460890c40
commit
02389fc9f0
|
@ -21,8 +21,5 @@ startCommand:
|
||||||
commandFunction: |
|
commandFunction: |
|
||||||
(config) => ({
|
(config) => ({
|
||||||
command: 'node',
|
command: 'node',
|
||||||
args: ['build/index.js', '--transport', 'http', '--port', '8080'],
|
args: ['build/index.js', '--transport', 'http', '--port', '8080', '--config', config.DISCORD_TOKEN],
|
||||||
env: {
|
|
||||||
DISCORD_TOKEN: config.DISCORD_TOKEN
|
|
||||||
}
|
|
||||||
})
|
})
|
Loading…
Reference in New Issue