Update smithery.yaml
This commit is contained in:
parent
f2c5a97f41
commit
9a1529dc05
|
@ -7,10 +7,4 @@ startCommand:
|
||||||
properties:
|
properties:
|
||||||
discordToken:
|
discordToken:
|
||||||
type: string
|
type: string
|
||||||
description: "The bot token for Discord integration."
|
description: "The bot token for Discord integration."
|
||||||
commandFunction: |
|
|
||||||
config => ({
|
|
||||||
command: 'node',
|
|
||||||
args: ['./build/index.js', '--transport', 'http', '--port', '8080'],
|
|
||||||
env: {DISCORD_TOKEN: config.discordToken}
|
|
||||||
})
|
|
Loading…
Reference in New Issue