{"id":24968196,"url":"https://github.com/pxldevv/infyra","last_synced_at":"2026-05-03T21:35:22.057Z","repository":{"id":273648078,"uuid":"920390870","full_name":"pxldevv/Infyra","owner":"pxldevv","description":"Discord Selfbot","archived":false,"fork":false,"pushed_at":"2025-01-22T09:32:28.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T20:11:48.933Z","etag":null,"topics":["discord","nodejs","selfbot"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pxldevv.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}},"created_at":"2025-01-22T04:11:05.000Z","updated_at":"2025-01-22T09:32:32.000Z","dependencies_parsed_at":"2025-07-07T20:10:47.691Z","dependency_job_id":"4ad639c4-7f87-49f2-8b39-eec481885ece","html_url":"https://github.com/pxldevv/Infyra","commit_stats":null,"previous_names":["pxldevv/infyra"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pxldevv/Infyra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxldevv%2FInfyra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxldevv%2FInfyra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxldevv%2FInfyra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxldevv%2FInfyra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pxldevv","download_url":"https://codeload.github.com/pxldevv/Infyra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pxldevv%2FInfyra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["discord","nodejs","selfbot"],"created_at":"2025-02-03T13:17:06.327Z","updated_at":"2026-05-03T21:35:22.038Z","avatar_url":"https://github.com/pxldevv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Infyra ✨🚀\n\nInfyra is a selfbot built with [Selfbot Discord.js v13](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/), offering various features like avatar fetching and ping commands. It’s designed with a modular command and event handler system for easy expansion.\n\n## Features\n\n- **Command Handling**: Easily add and manage new commands in the `commands/` directory.\n- **Alias Support**: Commands can have multiple aliases for flexibility.\n- **User Avatar Fetching**: The `avatar` command can retrieve the avatar of a user, either by providing their ID or using the message author's own avatar.\n- **Ping Command**: The `ping` command returns a \"Pong!\" reply, useful for checking if the bot is operational.\n- **Configurable Prefix**: Customize the command prefix in `config.json`.\n- **Allowed Users**: Only specific users (listed in `allowed.json`) are allowed to use the bot commands.\n\n## Installation\n\n1. Clone this repository:\n\n   ```bash\n   git clone https://github.com/pxldevv/Infyra.git\n   ```\n\n2. Navigate to the project folder:\n\n   ```bash\n   cd Infyra\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Create a `config.json` file and add your bot’s token and prefix. Example:\n\n   ```json\n   {\n     \"token\": \"YOUR_DISCORD_TOKEN\",\n     \"prefix\": \"!\"\n   }\n   ```\n\n5. Add allowed users to the `allowed.json` file by including their user IDs. Example:\n\n   ```json\n   [\n     \"123456789012345678\",\n     \"987654321098765432\"\n   ]\n   ```\n\n6. Run the bot:\n\n   ```bash\n   node app.js\n   ```\n\n## Project Structure\n\n```\n├── app.js              # Main bot file where the client is set up\n├── commands            # Folder containing the command files\n│   ├── avatar.js       # Avatar fetching command\n│   └── ping.js         # Ping command\n├── events              # Folder containing the event files\n│   ├── messageCreate.js # Event handler for message creation\n│   └── ready.js        # Event handler for bot ready event\n├── allowed.json        # List of allowed user IDs for command access\n├── config.json         # Bot configuration (token, prefix)\n└── package.json        # Project metadata and dependencies\n```\n\n## License\n\nThis project is licensed under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html).\n\n## Contributing\n\nFeel free to fork this repository and create pull requests to improve the bot. Contributions are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxldevv%2Finfyra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpxldevv%2Finfyra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpxldevv%2Finfyra/lists"}