{"id":18555755,"url":"https://github.com/infinitybotlist/enfinity","last_synced_at":"2025-05-15T13:10:25.015Z","repository":{"id":192208552,"uuid":"680041726","full_name":"InfinityBotList/Enfinity","owner":"InfinityBotList","description":"Official Support/Management bot for the Infinity Bot List servers.","archived":false,"fork":false,"pushed_at":"2024-05-07T22:46:43.000Z","size":136,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T11:31:38.613Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InfinityBotList.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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},"funding":{"github":"InfinityBotList","patreon":"infinitybots","custom":"infinitybots.gg"}},"created_at":"2023-08-18T07:48:34.000Z","updated_at":"2024-05-07T22:46:46.000Z","dependencies_parsed_at":"2023-09-03T11:32:30.174Z","dependency_job_id":"aecc99f1-ba52-421a-8ce4-a1d7b47dc563","html_url":"https://github.com/InfinityBotList/Enfinity","commit_stats":null,"previous_names":["infinitybotlist/enfinity"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityBotList%2FEnfinity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityBotList%2FEnfinity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityBotList%2FEnfinity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InfinityBotList%2FEnfinity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InfinityBotList","download_url":"https://codeload.github.com/InfinityBotList/Enfinity/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254346626,"owners_count":22055809,"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":[],"created_at":"2024-11-06T21:27:52.528Z","updated_at":"2025-05-15T13:10:24.997Z","avatar_url":"https://github.com/InfinityBotList.png","language":"TypeScript","funding_links":["https://github.com/sponsors/InfinityBotList","https://patreon.com/infinitybots","infinitybots.gg"],"categories":[],"sub_categories":[],"readme":"# Enfinity\nOfficial Support/Management/Moderation bot for Infinity Bot List\n\n---\n\n## Contributions\nContributing to Enfinity Bot should be as easy as 1, 2, 3.\n\n### Getting started\nThe first and most important thing is setting the env variables:\n\n- Rename `.env.template` to `.env`\n- Open the new `.env` file and fill in the needed variables\n\n**If you are a member of the Infinity Development team you can reach out to toxic for some of the need values**\n\n### Installing Dependencies\n```shell\n$ yarn install\n```\n\nYou can use npm here to however it is recommended to use yarn.\n\n### Database Setup\nIf you have set the needed MySQL url in the `.env` file you should now be able to execute our\ndatabase commands/scripts. The needed scripts will be listed below and should be ran in order:\n\n- `yarn db:create` - Create a new prisma client (this is needed and should be ran immediately)\n- `yarn db:format` - Format the prisma schema to check for errors or instabilities.\n- `yarn db:update` - Deploy/Sync the prisma schema with your MySQL Instance.\n\n\n### Starting the Bot\nStarting the bot is extremely simple (if you have finished all the steps above):\n\n- `yarn bot:build` - This command is optional in a development environment however you should test build frequently to ensure the builds wont fail in prod.\n- `yarn bot:dev` - Runs the bot in a development environment using `nodemon` which will automatically restart the bot when changes are saved.\n\n---\n\n## Adding new Commands\nAdding new commands to the bot can be kind of challenging, but if you follow our instructions you should be fine:\n\n1. Navigate to the [template command](./source/temp/temp.cmd.ts) file\n2. Copy the code found within this file\n3. Navigate to the [commands directory](./source/client/commands)\n4. Choose a category directory or create a new one\n5. Add a new command file to the directory (ex: test.ts)\n6. Paste the contents from the template command into your new command file and edit it to suit your needs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinitybotlist%2Fenfinity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfinitybotlist%2Fenfinity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfinitybotlist%2Fenfinity/lists"}