{"id":24133217,"url":"https://github.com/retronbv/beeptools","last_synced_at":"2025-09-19T02:33:19.254Z","repository":{"id":54823121,"uuid":"438051702","full_name":"retronbv/beeptools","owner":"retronbv","description":"Tools for bot devs!","archived":false,"fork":false,"pushed_at":"2021-12-15T15:29:23.000Z","size":12,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-10T19:56:55.493Z","etag":null,"topics":["bot","discord","discord-bot","discord-js","node","nodejs","retron","retronbv","retronlabs"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/beeptools","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/retronbv.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}},"created_at":"2021-12-13T23:07:25.000Z","updated_at":"2022-08-08T20:47:06.000Z","dependencies_parsed_at":"2022-08-14T04:00:14.911Z","dependency_job_id":null,"html_url":"https://github.com/retronbv/beeptools","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retronbv%2Fbeeptools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retronbv%2Fbeeptools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retronbv%2Fbeeptools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retronbv%2Fbeeptools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retronbv","download_url":"https://codeload.github.com/retronbv/beeptools/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233547395,"owners_count":18692385,"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","discord","discord-bot","discord-js","node","nodejs","retron","retronbv","retronlabs"],"created_at":"2025-01-11T23:22:01.207Z","updated_at":"2025-09-19T02:33:13.996Z","avatar_url":"https://github.com/retronbv.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚡️ beeptools \n### Tools to make developing your bot easier!\n\n![npm badge](https://shields.io/static/v1?style=for-the-badge\u0026logo=npm\u0026label=beeptools\u0026message=on%20npm\u0026color=critical) ![gh badge](https://shields.io/static/v1?style=for-the-badge\u0026logo=github\u0026label=beeptools\u0026message=on%20github\u0026color=critical) ![GitHub stars](https://img.shields.io/github/stars/retronbv/beeptools.svg?style=for-the-badge\u0026label=Stars\u0026maxAge=2592000\u0026logo=github\u0026color=critical)\n\n**(requires NodeJS 16 or higher!)**\n\nJust simply import into your code! \n```js\nconst beeptools = require(\"beeptools\")\nbeeptools.RegisterSlash(process.env.TOKEN, guildId, clientId, \"path/to/slash/commands/dir\");\n// Now my slash commands are up to date :D\n```\n\n**What you can do (so far 😏):**\n - Easily update slash commands as you develop\n - Create slash commands easily\n - Create a \"keep alive\" webserver\n\n#### Here is how your slash command file should look:\n```js\nconst { Builders } = require('beeptools');\n\n// I can easily make a slash command with the slash command builder!\n\nmodule.exports = Builders.SlashCommandBuilder.Builder(Builders.SlashCommandBuilder.MetaBuilder(\"ping\", \"Simple ping command!\"), (interaction)=\u003e{\n  await interaction.reply({content:\"Ping!\"})\n})\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretronbv%2Fbeeptools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretronbv%2Fbeeptools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretronbv%2Fbeeptools/lists"}