Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexium310/seitai
https://github.com/hexium310/seitai
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hexium310/seitai
- Owner: hexium310
- Created: 2023-07-12T14:23:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-11T15:51:50.000Z (3 months ago)
- Last Synced: 2024-10-13T13:11:12.532Z (3 months ago)
- Language: Rust
- Size: 728 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Seitai
## 必要なもの
### イメージ
https://github.com/VOICEVOX/voicevox_engine
```sh
docker pull voicevox/voicevox_engine:cpu-ubuntu20.04-latest
```### bot の権限
- SCOPES: `bot`
- BOT PERMISSIONS
- `Send Message` (TEXT PERMISSIONS)
- `Connect` (VOICE PERMISSIONS)
- `Speak` (VOICE PERMISSIONS)
- Privileged Gateway Intents: `MESSAGE CONTENT INTENT`## 環境変数
- `DISCORD_TOKEN`: Discord の bot のトークン
- `VOICEVOX_HOST`: VOICEVOX ENGINE のコンテナーのホスト名[.envrc.sample](.envrc.sample) も確認してください。