{"id":30727661,"url":"https://github.com/ouosama/yae-bot","last_synced_at":"2026-05-08T09:33:09.958Z","repository":{"id":311316989,"uuid":"1043318298","full_name":"OuOSama/YAE-BOT","owner":"OuOSama","description":"Yae: ⚡ Open-source | 🎶 Easy-to-use | 🌐 Multifunction Discord Bot ✨","archived":false,"fork":false,"pushed_at":"2026-02-15T11:53:43.000Z","size":175,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-15T17:29:06.199Z","etag":null,"topics":["biome","biomejs","bun","discord","discord-bot","discord-music-bot","genshin-impact","lavalink","lavalink-music-bot","seyfert","typescript","yae"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OuOSama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-23T15:49:23.000Z","updated_at":"2026-02-05T05:31:31.000Z","dependencies_parsed_at":"2025-08-24T07:30:39.307Z","dependency_job_id":"6c07ff30-6118-4cee-a167-14985f2c703d","html_url":"https://github.com/OuOSama/YAE-BOT","commit_stats":null,"previous_names":["ouosama/yae-bot"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/OuOSama/YAE-BOT","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OuOSama%2FYAE-BOT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OuOSama%2FYAE-BOT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OuOSama%2FYAE-BOT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OuOSama%2FYAE-BOT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OuOSama","download_url":"https://codeload.github.com/OuOSama/YAE-BOT/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OuOSama%2FYAE-BOT/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32774883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["biome","biomejs","bun","discord","discord-bot","discord-music-bot","genshin-impact","lavalink","lavalink-music-bot","seyfert","typescript","yae"],"created_at":"2025-09-03T14:09:19.050Z","updated_at":"2026-05-08T09:33:09.948Z","avatar_url":"https://github.com/OuOSama.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](assets/YAE.png)\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/OuOSama/YAE-BOT\" alt=\"License\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/OuOSama/YAE-BOT\" alt=\"Stars\"\u003e\n\u003c/div\u003e\n\n\n🦊 “YAE — Your All-in-one Discord Music Companion” 🌸\n\n### 📋 Prerequisites\nBefore awake Yae, make sure you have the following installed:\n- 😸 **[Git](https://git-scm.com/)** – Version Control\n- ⚡ **[Bun](https://bun.sh/)** – super fast JavaScript/TypeScript runtime\n- 🐳 **[Docker](https://www.docker.com/)** – required for running Lavalink audio server\n- 🔑 **Discord Bot [Token](https://discord.com/developers/docs/intro)** – create a bot in Discord Developer Portal\n\n## 🚀 Getting Started\n\n### 💻 Installation\n\nClone the project\n\n```bash\ngit clone https://github.com/OuOSama/YAE-BOT.git yae\n```\n\nGo to the project directory\n\n```bash\ncd yae\n```\n\nInstall dependencies\n\n```bash\nbun install\n```\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eSetup Lavalink and Yae\u003c/h1\u003e\n\u003c/div\u003e\n\n## 📝 Configuration\nTo run this project, copy `.env.example` into the **root project directory** and rename it to `.env.local`.\n\n\u003e ⚠️ **Important:** Make sure to fill in all required values inside `.env.local` before running the project.\n\nMake sure your `.env.local` contains:\n\n```env\n# 🔑 Discord Bot Token\nTOKEN       = your_discord_bot_token\n\n# 🎵 Lavalink Config\nHOST        = localhost\nPASSWORD    = youshallnotpass\nPORT        = 2333\nSECURE      = false\n```\n\nand then\n```bash\nbun run lavalink-setup\n```\n\n\u003cdiv align=\"center\"\u003e\n    \u003ch1\u003eAwake YAE!\u003c/h1\u003e\n\u003c/div\u003e\n\n```bash\nbun run dev\n```\n\n## 🎯 Usage\n\nOnce Yae is running, invite the bot to your Discord server and use the following commands:\n\n| Command           | Description                         |\n|-------------------|------------------------------------|\n| `/play \u003csong\u003e`    | 🎵 Play a song                     |\n| `/pause`          | ⏸️ Pause current track             |\n| `/resume`         | ▶️ Resume playback                 |\n| `/stop`           | ⏹️ Stop playback and clear queue   |\n| `/destroy`        | 🗑️ Destroy music player            |\n\n## 🛠️ Built With\n\n- **Bun** - Runtime environment\n- **Seyfert** - Discord Framework\n- **Lavalink** - Audio delivery system\n- **Docker** - Containerization\n\n## 🤝 Contributing\n\nContributions are always welcome! \n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📄 MIT License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## 👨‍💻 Authors\n\n- [@OuOSama](https://www.github.com/OuOSama) - *Initial work \u0026 Development*\n\n## 🙏 Acknowledgments\n\n- Thanks to the [Lavalink team](https://github.com/lavalink-devs) for the amazing audio server\n- Seyfert [community](https://discord.com/invite/hEeJNaSqnS) for the excellent documentation\n- All contributors who help improve Yae\n\n\u003cdiv align=\"center\"\u003e\n  \u003cb\u003eYAE Sama!\u003c/b\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouosama%2Fyae-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fouosama%2Fyae-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fouosama%2Fyae-bot/lists"}