Update smithery.yaml
This commit is contained in:
parent
a85b5c20e1
commit
163e221120
|
@ -8,13 +8,3 @@ startCommand:
|
||||||
type: string
|
type: string
|
||||||
title: "Discord Bot Token"
|
title: "Discord Bot Token"
|
||||||
description: "Discord bot token. Obtain this from the Discord Developer Portal."
|
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
|
|
||||||
}
|
|
||||||
})
|
|
Loading…
Reference in New Issue