
Added wazero bin due to how extism requires it (not bundled ?) Changes to be committed: modified: .gitignore modified: README.md new file: bin/wazero new file: go.mod new file: go.sum new file: main.go
14 lines
449 B
Markdown
14 lines
449 B
Markdown
# DiscGoExtism-Host
|
|
|
|
DiscordGo + Go + Extism - For plugin additions to DiscordGo with help from Gemini Pro 2.5
|
|
|
|
Main Program (Host)
|
|
|
|
** Environment Variables **
|
|
|
|
- DISCORD_BOT_TOKEN
|
|
|
|
** Building **
|
|
Just build by running ``go build`` and it should output as DiscGoExtism-Host. You can also change how it is output as well using normal go commands.
|
|
|
|
Feel free to make issue tickets and pull requests if you have any features, fixes, or general ideas. |