Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skylightqp/discord-tts
떠들석떠들썩 - 디스코드 TTS 봇
https://github.com/skylightqp/discord-tts
discord-bot discord-js
Last synced: 6 days ago
JSON representation
떠들석떠들썩 - 디스코드 TTS 봇
- Host: GitHub
- URL: https://github.com/skylightqp/discord-tts
- Owner: SkyLightQP
- Created: 2024-07-05T12:08:07.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T10:47:56.000Z (about 1 month ago)
- Last Synced: 2025-01-01T11:29:04.699Z (about 1 month ago)
- Topics: discord-bot, discord-js
- Language: TypeScript
- Homepage:
- Size: 184 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤭 떠들석떠들썩
> 디스코드 TTS 봇
## 시작하기
```bash
yarn start
```## 환경변수
```dotenv
# 디스코드 봇 토큰
BOT_TOKEN=
# 관리자 UID
ADMIN=
# 명령어 및 TTS 채팅을 허용할 채팅 채널
ALLOW_COMMAND_CHANNEL=
```