https://github.com/ashphy/llm-discord-bot
Discord上でLLMへ問い合わせをすることができるBotです
https://github.com/ashphy/llm-discord-bot
Last synced: 4 months ago
JSON representation
Discord上でLLMへ問い合わせをすることができるBotです
- Host: GitHub
- URL: https://github.com/ashphy/llm-discord-bot
- Owner: ashphy
- Created: 2024-11-23T08:38:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-03T09:28:23.000Z (5 months ago)
- Last Synced: 2026-01-04T08:50:36.696Z (5 months ago)
- Language: TypeScript
- Size: 415 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM Discord Bot
Discord上でLLMへ問い合わせをすることができるBotです。
## Bot設定
### OAuth2 Invite Link
https://discord.com/oauth2/authorize?client_id=1301863084914114560&permissions=2147485696&integration_type=0&scope=bot+applications.commands
## ローカル実行
``` sh
npm run build
npm run start
```