From 163e221120ce964125e363f6482d8d001e4480f8 Mon Sep 17 00:00:00 2001 From: Barry Yip Date: Wed, 4 Jun 2025 00:37:33 +0800 Subject: [PATCH] Update smithery.yaml --- smithery.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/smithery.yaml b/smithery.yaml index 38f1de3..015e258 100644 --- a/smithery.yaml +++ b/smithery.yaml @@ -7,14 +7,4 @@ startCommand: discordToken: type: string title: "Discord Bot Token" - description: "Discord bot token. Obtain this from the Discord Developer Portal." - exampleConfig: - DISCORD_TOKEN: YOUR_DISCORD_BOT_TOKEN -commandFunction: | - (config) => ({ - command: 'node', - args: ['build/index.js', '--transport', 'http', '--port', '8080'], - env: { - DISCORD_TOKEN: config.discordToken - } - }) \ No newline at end of file + description: "Discord bot token. Obtain this from the Discord Developer Portal." \ No newline at end of file