{"id":28958552,"url":"https://github.com/burakbehlull/discordjs-framework","last_synced_at":"2026-05-07T17:37:31.948Z","repository":{"id":300263875,"uuid":"1005724215","full_name":"burakbehlull/discordjs-framework","owner":"burakbehlull","description":"@burxk/discordjs, A minimal Discord Client is a simple and extensible Discord bot framework","archived":false,"fork":false,"pushed_at":"2025-10-15T14:36:13.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-16T11:34:54.456Z","etag":null,"topics":["discord-client","discord-framework","discordapp","discordjs","javascript","npm-package","websocket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/burakbehlull.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-20T17:45:57.000Z","updated_at":"2025-10-15T14:36:16.000Z","dependencies_parsed_at":"2025-10-16T08:34:11.530Z","dependency_job_id":"dfaa14d3-ee1e-4aa3-9a15-63239ec98dd0","html_url":"https://github.com/burakbehlull/discordjs-framework","commit_stats":null,"previous_names":["burakbehlull/discordjs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/burakbehlull/discordjs-framework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakbehlull%2Fdiscordjs-framework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakbehlull%2Fdiscordjs-framework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakbehlull%2Fdiscordjs-framework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakbehlull%2Fdiscordjs-framework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burakbehlull","download_url":"https://codeload.github.com/burakbehlull/discordjs-framework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakbehlull%2Fdiscordjs-framework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32749095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-client","discord-framework","discordapp","discordjs","javascript","npm-package","websocket"],"created_at":"2025-06-23T23:01:00.359Z","updated_at":"2026-05-07T17:37:31.943Z","avatar_url":"https://github.com/burakbehlull.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎯 @burxk/discordjs\n\nMinimal bir **Discord Client** — sade ve genişletilebilir bir Discord bot framework'ü.\n**Discord.js** gibi büyük kütüphanelere alternatif, sadece ihtiyacın kadar!\n\n---\n\n## ✨ Özellikler\n\n- ⚙️ Event sistemi (`client.on(Events.Ready)`)\n- 📡 `setPresence()` gibi dinamik durum güncellemeleri\n- 🪶 Hafif ve sade yapı (sadece core)\n\n---\n\n## 📦 Kurulum\n\n```bash\nnpm i @burxk/discordjs\n```\n\n## 🔨​  Kullanım\n\n```js\nimport { App } from \"@burxk/discordjs\"\n\nconst app = new App({intents})\n\napp.run(token)\n```\n\n## 🛠️​​ Required flags\n\n```js\nimport { Intents, Events, ActivityType, StatusType } from \"@burxk/discordjs\"\n\nIntents.All =\u003e All intents\n\nEvents.Ready\n\nActivityType.Watching\n\nStatusType.Idle\n```\n\n## 🔨​  Send message to channel\n\n```js\n\n// Send easy message\n\nmsg.reply()\ninteraction.send()\n\n\napp.on(Events.MessageCreate, (msg)=\u003e {\n\n\tif(msg.content = \"hello\") msg.send(\"welcome\")\n\t\n})\n```\n\n## Uses embed builder class\n\n```js\nimport { EmbedBuilder } from \"@burxk/discordjs\"\n\nnew EmbedBuilder()\n\t  .setTitle('Slash Embed')\n      .setDescription('Slash komutundan yanıt')\n      .setColor('#ff66cc')\n\t  .build()\n\t \n// other\n.setFooter()\n.setAuthor()\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakbehlull%2Fdiscordjs-framework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburakbehlull%2Fdiscordjs-framework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakbehlull%2Fdiscordjs-framework/lists"}