Update smithery.yaml

This commit is contained in:
Barry Yip 2025-06-04 00:37:33 +08:00
parent a85b5c20e1
commit 163e221120
1 changed files with 1 additions and 11 deletions

View File

@ -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
}
})
description: "Discord bot token. Obtain this from the Discord Developer Portal."