{"id":18512332,"url":"https://github.com/alwayslearningpls/philosopherplbot","last_synced_at":"2025-05-14T11:34:42.012Z","repository":{"id":118793584,"uuid":"533342141","full_name":"alwayslearningPLs/PhilosopherPLBot","owner":"alwayslearningPLs","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-14T03:25:28.000Z","size":59,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-17T03:17:10.414Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alwayslearningPLs.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":"2022-09-06T13:40:47.000Z","updated_at":"2022-09-14T03:20:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"9704b51e-f91e-45bb-9a69-0da25e047c8d","html_url":"https://github.com/alwayslearningPLs/PhilosopherPLBot","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/alwayslearningPLs%2FPhilosopherPLBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwayslearningPLs%2FPhilosopherPLBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwayslearningPLs%2FPhilosopherPLBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwayslearningPLs%2FPhilosopherPLBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alwayslearningPLs","download_url":"https://codeload.github.com/alwayslearningPLs/PhilosopherPLBot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254131991,"owners_count":22020059,"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-06T15:33:44.723Z","updated_at":"2025-05-14T11:34:41.951Z","avatar_url":"https://github.com/alwayslearningPLs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e `1. Instalacion de paquetes`\r\n**Tener en cuenta que se necesita de [NodeJS](https://nodejs.dev/) para ejecutar este proyecto**\r\n```zsh\r\nnpm i \r\n```\r\n\r\n\u003e `2. Configuramos settings.ts`\r\n**Este archivo se situa dentro de /src/, veremos algo igual:**\r\n```ts\r\nimport { Settings } from \"./types/ConfigurationType\";\r\n\r\nexport const Token: string =\r\n  \"AQUI EL TOKEN DEL BOT\";\r\nexport const configuration: Settings = {\r\n  serverID: \"SERVER ID\",\r\n  testing: true || false,\r\n  mongoData: {\r\n    uri: \"MONGO URI DE TU MONGODB\",\r\n  },\r\n  devs: [\r\n    \"992146567555448934\" /** ex\u0026#2993 */,\r\n    \"IDs de los developers (ID de Discord)\"\r\n  ],\r\n};\r\n\r\n // Categorias (POR DEFECTO) no necesario tocar\r\nexport const categorys = [\"Utils\"];\r\n\r\n// Colores (POR DEFECTO) no necesario tocar\r\nexport enum Colors {\r\n  Error = \"#eb4034\",\r\n  Success = \"#6ad966\",\r\n  Warn = \"#e69627\",\r\n  Default = \"#7289da\",\r\n  Invisible = \"#2c2f33\",\r\n}\r\n```\r\n**Remplazaremos cualquier valor que veamos que deberia ser configurado, y una vez hecho eso ahora vamos a ejecutar el bot...**\r\n\r\n```zsh\r\nnpm run dev\r\n```\r\n\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwayslearningpls%2Fphilosopherplbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falwayslearningpls%2Fphilosopherplbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwayslearningpls%2Fphilosopherplbot/lists"}