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