Update smithery.yaml
This commit is contained in:
parent
33140c1a0a
commit
0460890c40
|
@ -18,3 +18,11 @@ startCommand:
|
||||||
description: "Discord bot token. Obtain this from the Discord Developer Portal."
|
description: "Discord bot token. Obtain this from the Discord Developer Portal."
|
||||||
exampleConfig:
|
exampleConfig:
|
||||||
DISCORD_TOKEN: YOUR_DISCORD_BOT_TOKEN
|
DISCORD_TOKEN: YOUR_DISCORD_BOT_TOKEN
|
||||||
|
commandFunction: |
|
||||||
|
(config) => ({
|
||||||
|
command: 'node',
|
||||||
|
args: ['build/index.js', '--transport', 'http', '--port', '8080'],
|
||||||
|
env: {
|
||||||
|
DISCORD_TOKEN: config.DISCORD_TOKEN
|
||||||
|
}
|
||||||
|
})
|
Loading…
Reference in New Issue