{"id":20423533,"url":"https://github.com/friday2su/xenon-bot-clone","last_synced_at":"2025-10-03T20:51:47.871Z","repository":{"id":262238715,"uuid":"886631822","full_name":"friday2su/xenon-bot-clone","owner":"friday2su","description":"The Xenon Clone Bot allows you to create and manage backups of your Discord servers, making it easy to save, transfer, and restore server settings, channels, roles, and more. Designed to resemble the functionality of the popular Xenon bot, this clone provides similar features with customizable commands and options for advanced management.","archived":false,"fork":false,"pushed_at":"2024-11-11T10:27:46.000Z","size":17,"stargazers_count":5,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T20:12:49.672Z","etag":null,"topics":["backup","bot","discord","discord-bot","discord-clone","discord-js","server-backup","template","xenon"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/friday2su.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-11-11T10:24:03.000Z","updated_at":"2025-03-20T09:50:02.000Z","dependencies_parsed_at":"2024-11-11T11:33:03.596Z","dependency_job_id":"ddca24a8-1f39-44b9-8747-73c73762b45a","html_url":"https://github.com/friday2su/xenon-bot-clone","commit_stats":null,"previous_names":["friday2su/xenon-bot-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/friday2su/xenon-bot-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friday2su%2Fxenon-bot-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friday2su%2Fxenon-bot-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friday2su%2Fxenon-bot-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friday2su%2Fxenon-bot-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/friday2su","download_url":"https://codeload.github.com/friday2su/xenon-bot-clone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friday2su%2Fxenon-bot-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278227255,"owners_count":25951883,"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","status":"online","status_checked_at":"2025-10-03T02:00:06.070Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["backup","bot","discord","discord-bot","discord-clone","discord-js","server-backup","template","xenon"],"created_at":"2024-11-15T07:05:07.002Z","updated_at":"2025-10-03T20:51:47.843Z","avatar_url":"https://github.com/friday2su.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord Server Backup Bot\n\nA powerful Discord bot for creating and restoring server backups, developed by Ghost Planet.\n\n## Features\n\n- Complete server backup functionality\n- Backup includes:\n  - Channels (all types)\n  - Categories\n  - Roles\n  - Emojis (both static and animated)\n  - Stickers\n- Proper handling of community features\n- User-friendly status updates\n- Secure backup restoration process\n\n## Prerequisites\n\n- Node.js v16.9.0 or higher\n- Discord Bot Token\n- Required Discord Bot Permissions:\n  - Administrator (for complete backup functionality)\n\n## Installation\n\n1. Clone the repository\n```bash\ngit clone https://github.com/friday2su/xenon-bot-clone.git\ncd discord-backup-bot\n```\n\n2. Install dependencies\n```bash\nnpm install\n```\n\n3. Configure environment variables\n- Rename `.env.example` to `.env`\n- Fill in your bot token and client ID\n\n4. Deploy slash commands\n```bash\nnode deploy-commands.js\n```\n\n5. Start the bot\n```bash\nnpm start\n```\n\n## Commands\n\n### `/backup`\nCreates a backup of the current server\n- Generates a unique backup ID\n- Stores all server components\n- Requires Administrator permission\n\n### `/load-backup`\nRestores a server from a backup\n- Requires backup ID\n- Requires Administrator permission\n- Will prompt for confirmation before proceeding\n\n## Environment Variables\n\nCreate a `.env` file in the root directory with the following variables:\n```env\nTOKEN=your_bot_token_here\nCLIENT_ID=your_application_client_id_here\n```\n\n## Bot Invite Link\n\nReplace `YOUR_CLIENT_ID` with your bot's client ID:\n```\nhttps://discord.com/api/oauth2/authorize?client_id=YOUR_CLIENT_ID\u0026permissions=8\u0026scope=bot%20applications.commands\n```\n\n## Support\n\nJoin our Discord server for support and updates:\n[Ghost Planet Discord Server](https://discord.gg/zPjH55uCYt)\n\n## Contributing\n\nThis project is open source under the MIT license. Contributions are welcome:\n1. Fork the repository\n2. Create your feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a new Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/friday2su/xenon-bot-clone/blob/main/LICENSE) file for details.\n\n## Author\n\n- **Friday** - *Initial work* - [Ghost Planet](https://discord.gg/zPjH55uCYt)\n\n## Acknowledgments\n\n- Thanks to the Discord.js team for their amazing library\n- Special thanks to the Ghost Planet community\n\n## Copyright\n\nCopyright (c) 2024 Ghost Planet. All rights reserved. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriday2su%2Fxenon-bot-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriday2su%2Fxenon-bot-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriday2su%2Fxenon-bot-clone/lists"}