{"id":24841594,"url":"https://github.com/ryokacchi/discordjs-template","last_synced_at":"2025-10-14T13:31:41.432Z","repository":{"id":207143016,"uuid":"718530238","full_name":"Ryokacchi/discordjs-template","owner":"Ryokacchi","description":"Discord.JS ile yapılmış basit bir discord bot altyapısı","archived":false,"fork":false,"pushed_at":"2023-11-14T09:25:44.000Z","size":5,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T06:51:21.063Z","etag":null,"topics":["bot","discord"],"latest_commit_sha":null,"homepage":"https://romanwashere.xyz/","language":"JavaScript","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/Ryokacchi.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}},"created_at":"2023-11-14T09:19:58.000Z","updated_at":"2025-01-29T22:33:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"b11310bf-a45e-4420-810c-c98371a03265","html_url":"https://github.com/Ryokacchi/discordjs-template","commit_stats":null,"previous_names":["romanizm/discordjs-template","ewgsta/discordjs-template","romanbaba/discordjs-template","ryokacchi/discordjs-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ryokacchi/discordjs-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryokacchi%2Fdiscordjs-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryokacchi%2Fdiscordjs-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryokacchi%2Fdiscordjs-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryokacchi%2Fdiscordjs-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ryokacchi","download_url":"https://codeload.github.com/Ryokacchi/discordjs-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ryokacchi%2Fdiscordjs-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018715,"owners_count":26086609,"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-14T02:00:06.444Z","response_time":60,"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":["bot","discord"],"created_at":"2025-01-31T07:19:24.221Z","updated_at":"2025-10-14T13:31:41.088Z","avatar_url":"https://github.com/Ryokacchi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Discord.JS Template\n\nGereken modülleri indir:\n```\nnpm install\npnpm install\nyarn\n```\nÖrnek Komut:\n\n```js\nconst { SlashCommandBuilder } = require('discord.js');\nmodule.exports = {\n\tdata: new SlashCommandBuilder()\n\t\t.setName('helloworld')\n\t\t.setDescription('Hello World!'),\n\t/** @param {import(\"discord.js\").ChatInputCommandInteraction} interaction */\n\tasync chatInput(interaction) {\n        interaction.reply('Hello World!');\n\t},\n\t/** @param {import(\"discord.js\").Message} message */\n\tasync messageRun(message) {\n\t\tmessage.reply('Hello World!');\n\t},\n};\n```\nÖrnek etkinlik:\n\n```js\nconst { console } = require('sneaks');\n\nmodule.exports = {\n    category: 'ready',\n    /**\n     * @param {import(\"discord.js\").Client} client\n     */\n    async run(client) {\n        console.success('Bot başarıyla Discord\\'a bağlandı.');\n    },\n};\n```\n\n# Küçük notlar\n- `/* @param {...} ... */` ve `/* @type {...} */` satırları da neyin nesi?\n  \u003e 🗝️ Bu tür fonksiyon parametre türü (**@param**) ve değişken türü (**@type**) belirten satırlar kod yazmamızı kolaylaştırır ve yazdığımız koddan emin olmamızı sağlar.\u003cbr\u003e⚠️ Gereksiz görüyorsanız satırı silebilirsiniz!\n\n# 🪰 Bir hata buldum!\n\n- 🐜 Eğer bir hata bulduysanız ve çözümünü biliyorsanız yeni istek ([pull request](https://github.com/romanizm/discordjs-template/compare)) açabilirsiniz!\n- 📱 Bana ulaşmak istiyorsanız [discord](https://discord.com/users/341585045397438464) üzerinden ulaşabilirsiniz!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryokacchi%2Fdiscordjs-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryokacchi%2Fdiscordjs-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryokacchi%2Fdiscordjs-template/lists"}