{"id":14983427,"url":"https://github.com/zulybot/zuly","last_synced_at":"2025-10-29T22:30:42.669Z","repository":{"id":38302605,"uuid":"401415224","full_name":"zulybot/zuly","owner":"zulybot","description":"🤖 | Hi, I'm zuly, a brazilian bot! Focused on animes!","archived":false,"fork":false,"pushed_at":"2023-03-13T11:06:26.000Z","size":34833,"stargazers_count":44,"open_issues_count":9,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-20T04:17:32.289Z","etag":null,"topics":["bot","chatbot","discord","discord-bot","discord-js","discord-js-bot","discordapp","discordbot","discordjs","eris","fun","javascript","moderation","mongodb","mongoose","node-js","nodejs","slash-commands","waifu","zuly"],"latest_commit_sha":null,"homepage":"https://zulybot.xyz","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/zulybot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null},"funding":{"github":["andrelucaas","zulybot"],"ko_fi":"yadgithub"}},"created_at":"2021-08-30T16:38:44.000Z","updated_at":"2024-04-17T01:31:57.000Z","dependencies_parsed_at":"2023-02-10T02:31:13.235Z","dependency_job_id":null,"html_url":"https://github.com/zulybot/zuly","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulybot%2Fzuly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulybot%2Fzuly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulybot%2Fzuly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zulybot%2Fzuly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zulybot","download_url":"https://codeload.github.com/zulybot/zuly/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867779,"owners_count":16554362,"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","chatbot","discord","discord-bot","discord-js","discord-js-bot","discordapp","discordbot","discordjs","eris","fun","javascript","moderation","mongodb","mongoose","node-js","nodejs","slash-commands","waifu","zuly"],"created_at":"2024-09-24T14:07:11.841Z","updated_at":"2025-10-29T22:30:41.920Z","avatar_url":"https://github.com/zulybot.png","language":"JavaScript","funding_links":["https://github.com/sponsors/andrelucaas","https://github.com/sponsors/zulybot","https://ko-fi.com/yadgithub"],"categories":[],"sub_categories":[],"readme":"# Hey there! Welcome to my official GitHub repository\n\n\u003cp align=\"center\"\u003e\nI'm zuly, just a simple bot to discord!\u003cbr\u003e\nHi! I'm zuly, a 100% Brazilian bot focused on anime for otakus!\u003cbr\u003e\n  \u003ca href=\"https://jetbrains.com/?from=ZulyBot\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Powered_by_WebStorm-gray.svg?logo=webstorm\u0026style=for-the-badge\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://crowdin.com/project/zuly\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Powered_by_Crowdin-gray.svg?logo=crowdin\u0026style=for-the-badge\" /\u003e\n    \u003cimg src=\"https://badges.crowdin.net/zuly/localized.svg\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n### 💻 Self-Hosting\n\n\u003e ____We are not responsible for any mistakes made by you.____\n\n- Install nodejs 14 or higher. You can download and install here: \u003chttps://nodejs.org\u003e\n- Rename __all__ name.example.js files to name.js\n\n\u003e ⚙️ config.js\n\n```js\n// config.js\nmodule.exports = {\n token: 'you discord bot token',\n client: {\n  id: 'you discord bot id',\n  secret: 'you discord bot secret'\n },\n    deployslash: true, // set this to true if you want to create slash-commands and false if you just want to update.\n deploy: 'yes', // if this is how it is, it won't do any updates to slash-commands\n mongodb: 'you mongodb url https://mongodb.com/',\n prefix: ['bot-prefixes', 'bot-prefixes']\n};\n```\n\n\u003e 🎵 nodes.json\n\n```js\n// nodes.js\nmodule.exports = [{\n name: 'node-name', // can be anyone\n host: 'localhost', // your lavalink ip, or if it is with your bot, localhost\n port: 2333, // your lavalink port, by default 2333\n password: 'youshallnotpass' // lavalink password, by default youshallnotpass\n}]\n```\n\n### ⬆️ Starting\n\n- Install the packages:\n\n```bash\nyarn\n```\n\n- Start the bot:\n\n```\nyarn start\n```\n\n\u003e And done, your own version of zuly online!\n\n### 🥳 Contributing\n\nAh! So you would like to contribute to my repository, right? Great! We love new contributors who help us!\n\n- Fork this repository and make your desired changes\n- Once they're done, make a pull request to the master branch if you are contributing to the new version or the master branch if you are contributing to the stable and running version\n\n### 🌎 Translating\n\nOf course we do not support only English. We're looking to expand to a variety of new languages and for such thing we need your help! We are now working with Crowdin. Please check out our [Crowdin](https://crowdin.com/project/zuly) repo!\n\n### ⛔ Issues\n\nIf you have any problems, pleas open a [Issue](https://github.com/zulybot/zuly/issues) or [contact us](https://zulybot.xyz/discord)\n\n### 👋 Thanks for using my functions\n\n![ZulyBot](/assets/readme/banner.jpeg)\n\n### 🤝 Partners\n\n- Thanks [www.openode.io](https://www.openode.io) for the hosting!\n\n### 🔗 Links\n\n\u003e Official Website:\n\n- [Zulybot.xyz](https://zulybot.xyz/)\n\n\u003e Botlists:\n\n- [Discord.Bots](https://discord.bots.gg/bots/880173509077266483)\n- [Top.gg](https://top.gg/bot/880173509077266483)\n- [Bestlist.Online](https://bestlist.online/bots/880173509077266483)\n- [Bluephoenixlist.xyz](https://bluephoenixlist.xyz/bot/880173509077266483)\n\n### 🐦 Github Status\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://nodejs.org/en/download/\"\u003e\u003cimg src=\"https://img.shields.io/badge/Node.JS-43853D.svg?style=for-the-badge\u0026amp;logo=node.js\u0026amp;logoColor=white\" alt=\"Node Version\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zulybot/zuly/issues\"\u003e\u003cimg src=\"https://img.shields.io/github/issues/zulybot/zuly?style=for-the-badge\u0026amp;color=green\" alt=\"Issues\"\u003e\u003c/a\u003e \u003ca href=\"https://github.com/zulybot/zuly/pulls\"\u003e\u003cimg src=\"https://img.shields.io/github/issues-pr/zulybot/zuly?style=for-the-badge\u0026amp;color=green\" alt=\"\"\u003e\u003c/a\u003e\n\u003ch2 id=\"-stargazers-\"\u003e✨ Stargazers:\u003c/h2\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/zulybot/zuly/stargazers\"\u003e\u003cimg src=\"https://reporoster.com/stars/zulybot/zuly\" alt=\"Stargazers\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003ch2 id=\"-forkers-\"\u003e✨ Forkers:\u003c/h2\u003e\n\u003cp\u003e\u003ca href=\"https://github.com/zulybot/zuly/network/members\"\u003e\u003cimg src=\"https://reporoster.com/forks/zulybot/zuly\" alt=\"Forkers\"\u003e\u003c/a\u003e\u003c/p\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzulybot%2Fzuly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzulybot%2Fzuly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzulybot%2Fzuly/lists"}