Update smithery.yaml

This commit is contained in:
Barry Yip 2025-06-07 23:31:14 +08:00
parent f2c5a97f41
commit 9a1529dc05
1 changed files with 1 additions and 7 deletions

View File

@ -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."