{"id":15212860,"url":"https://github.com/geniuszly/GenDiscordMusicBot","last_synced_at":"2025-05-11T01:31:02.938Z","repository":{"id":257803789,"uuid":"841514432","full_name":"geniuszly/GenDiscordMusicBot","owner":"geniuszly","description":"This script is a music bot for Discord to play music via the Lavalink platform. The bot supports commands for playing tracks from YouTube, stopping playback, skipping tracks, and displaying the current track.","archived":false,"fork":false,"pushed_at":"2024-08-12T14:59:57.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T19:49:24.479Z","etag":null,"topics":["bot-development","discord","discord-api","discord-bot","discord-bot-music","discord-js","discord-js-bot","discord-music","discord-musicbot","gendiscordmusicbot","music-bot","music-bot-discord","music-streaming","playlist-management"],"latest_commit_sha":null,"homepage":"","language":"Python","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/geniuszly.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}},"created_at":"2024-08-12T14:58:46.000Z","updated_at":"2024-10-06T16:41:47.000Z","dependencies_parsed_at":"2024-09-28T11:38:59.588Z","dependency_job_id":null,"html_url":"https://github.com/geniuszly/GenDiscordMusicBot","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"cef5949b1998cc724707187c652b989966c16dd1"},"previous_names":["geniuszlyy/gendiscordmusicbot","geniuszly/gendiscordmusicbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geniuszly%2FGenDiscordMusicBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geniuszly%2FGenDiscordMusicBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geniuszly%2FGenDiscordMusicBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geniuszly%2FGenDiscordMusicBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geniuszly","download_url":"https://codeload.github.com/geniuszly/GenDiscordMusicBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253504460,"owners_count":21918808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bot-development","discord","discord-api","discord-bot","discord-bot-music","discord-js","discord-js-bot","discord-music","discord-musicbot","gendiscordmusicbot","music-bot","music-bot-discord","music-streaming","playlist-management"],"created_at":"2024-09-28T09:03:05.827Z","updated_at":"2025-05-11T01:31:02.926Z","avatar_url":"https://github.com/geniuszly.png","language":"Python","readme":"# EN\n**GenDiscordMusicBot** is a powerful and feature-rich Discord bot for playing music directly from YouTube using Lavalink. This bot supports queue management, custom commands, and more.\n\n## Features\n- Play music from YouTube\n- Queue management\n- Custom commands\n- Automatic message deletion for clean chat\n- Logging for easy debugging\n\n## Installation\n### Requires\n- Python 3.8+\n- Discord bot token\n- Lavalink server\n\n### Setup\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/geniuszlyy/GenDiscordMusicBot.git\n    cd GenDiscordMusicBot\n    ```\n\n2. **Install dependencies**:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. **Configure your bot**:\n    Create a `config.json` file in the root directory and add your credentials:\n    ```json\n    {\n        \"DISCORD_TOKEN\": \"your_discord_token\",\n        \"LAVALINK_HOST\": \"your_lavalink_host\",\n        \"LAVALINK_PORT\": 2333,\n        \"LAVALINK_PASSWORD\": \"your_lavalink_password\"\n    }\n    ```\n\n4. **Run the bot**:\n    ```bash\n    python main.py\n    ```\n\n## Commands\n\n### General Commands\n- `?play \u003cURL or query\u003e`: Play a track from YouTube or add it to the queue.\n- `?stop`: Stop the current track and disconnect from the voice channel.\n- `?skip`: Skip the current track.\n- `?nowplaying`: Display the currently playing track.\n\n### Example\n1. **To play a song:**\n    ```markdown\n    ?play https://www.youtube.com/watch?v=dQw4w9WgXcQ\n    ```\n2. **To stop the music**:\n    ```markdown\n    ?stop\n    ```\n3. **To skip the current track**:\n    ```markdown\n    ?skip\n    ```\n\n\n# RU\n**GenDiscordMusicBot** — это мощный и многофункциональный бот для Discord, который воспроизводит музыку прямо с YouTube с использованием Lavalink. Этот бот поддерживает управление очередью, настраиваемые команды и многое другое.\n\n## Особенности\n- Воспроизведение музыки с YouTube\n- Управление очередью\n- Настраиваемые команды\n- Автоматическое удаление сообщений для чистоты чата\n- Логирование для упрощенной отладки\n\n## Установка\n### Требования\n- Python 3.8+\n- Токен бота Discord\n- Сервер Lavalink\n\n### Настройка\n1. **Клонируйте репозиторий**:\n    ```bash\n    git clone https://github.com/geniuszlyy/GenDiscordMusicBot.git\n    cd GenDiscordMusicBot\n    ```\n\n2. **Установите зависимости**:\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. **Настройте бота**:\n    Создайте файл `config.json` в корневом каталоге и добавьте свои учетные данные:\n    ```json\n    {\n        \"DISCORD_TOKEN\": \"ваш_дискорд_токен\",\n        \"LAVALINK_HOST\": \"ваш_хост_lavalink\",\n        \"LAVALINK_PORT\": 2333,\n        \"LAVALINK_PASSWORD\": \"ваш_пароль_lavalink\"\n    }\n    ```\n\n4. **Запустите бота**:\n    ```bash\n    python main.py\n    ```\n\n## Команды\n\n### Общие команды\n- `?play \u003cURL или запрос\u003e`: Воспроизвести трек с YouTube или добавить его в очередь.\n- `?stop`: Остановить текущий трек и отключиться от голосового канала.\n- `?skip`: Пропустить текущий трек.\n- `?nowplaying`: Показать текущий трек.\n\n### Пример\n1. **Чтобы воспроизвести песню**:\n    ```markdown\n    ?play https://www.youtube.com/watch?v=dQw4w9WgXcQ\n    ```\n2. **Чтобы остановить музыку**:\n    ```markdown\n    ?stop\n    ```\n3. **Чтобы пропустить текущий трек**:\n    ```markdown\n    ?skip\n    ```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeniuszly%2FGenDiscordMusicBot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeniuszly%2FGenDiscordMusicBot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeniuszly%2FGenDiscordMusicBot/lists"}