Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r4ai/kayaba
An AI assistant discord bot powered by Cloudflare workers, Cloudflare AI and Hono.
https://github.com/r4ai/kayaba
Last synced: 20 days ago
JSON representation
An AI assistant discord bot powered by Cloudflare workers, Cloudflare AI and Hono.
- Host: GitHub
- URL: https://github.com/r4ai/kayaba
- Owner: r4ai
- Created: 2024-01-24T01:44:18.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-24T01:54:15.000Z (12 months ago)
- Last Synced: 2024-04-20T08:51:18.085Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kayaba (discord bot)
An AI bot for personal discord server.
## Development
### Set secret
```
wrangler secret put DISCORD_TOKEN
wrangler secret put DISCORD_APPLICATION_ID
wrangler secret put DISCORD_GUILD_ID
wrangler secret put DISCORD_PUBLIC_KEY
```See [Discord official "Hosting on Cloudflare Workers" tutorial](https://discord.com/developers/docs/tutorials/hosting-on-cloudflare-workers) for more details.
### Register commands
```
DISCORD_TOKEN="XXXXXXX" DISCORD_APPLICATION_ID="123456" bun run register
```### Deploy
```
bun run deploy
```