diff --git a/smithery.yaml b/smithery.yaml index a51ba94..d5efa95 100644 --- a/smithery.yaml +++ b/smithery.yaml @@ -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} - }) \ No newline at end of file + description: "The bot token for Discord integration." \ No newline at end of file