Files
songboxBot/config.json.sample
ポキ d447e7c71e feat: add initial songbox telegram bot implementation
- Implement bot with song download and metadata display functionality
- Add configuration files and dependencies
- Include gitignore for Python development environment
2025-06-07 11:27:23 -07:00

4 lines
81 B
Plaintext

{
"botToken": "1234:1231231231231123",
"songboxToken": "jwt_token_here"
}