Update smithery.yaml
This commit is contained in:
parent
f2c5a97f41
commit
9a1529dc05
|
@ -8,9 +8,3 @@ startCommand:
|
|||
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}
|
||||
})
|
Loading…
Reference in New Issue