Update smithery.yaml
This commit is contained in:
parent
a85b5c20e1
commit
163e221120
|
@ -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."
|
Loading…
Reference in New Issue