{"id":17966233,"url":"https://github.com/sunarjs/discord-limits","last_synced_at":"2026-02-06T14:31:49.871Z","repository":{"id":248165873,"uuid":"827944960","full_name":"sunarjs/discord-limits","owner":"sunarjs","description":"A robust library of constants defining Discord's limits.","archived":false,"fork":false,"pushed_at":"2024-07-12T19:47:50.000Z","size":32,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-18T16:34:08.773Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sunarjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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":null,"patreon":null,"open_collective":null,"ko_fi":"tai03","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"tai03","custom":null}},"created_at":"2024-07-12T18:14:17.000Z","updated_at":"2024-09-11T06:00:50.000Z","dependencies_parsed_at":"2024-07-12T20:45:53.518Z","dependency_job_id":null,"html_url":"https://github.com/sunarjs/discord-limits","commit_stats":null,"previous_names":["sunarjs/discord-limits"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/sunarjs/discord-limits","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunarjs%2Fdiscord-limits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunarjs%2Fdiscord-limits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunarjs%2Fdiscord-limits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunarjs%2Fdiscord-limits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunarjs","download_url":"https://codeload.github.com/sunarjs/discord-limits/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunarjs%2Fdiscord-limits/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29164861,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T12:44:37.655Z","status":"ssl_error","status_checked_at":"2026-02-06T12:44:13.991Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2024-10-29T13:08:35.828Z","updated_at":"2026-02-06T14:31:49.849Z","avatar_url":"https://github.com/sunarjs.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \t\u003ca href=\"https://sunar.js.org\"\u003e\u003cimg src=\"https://sunar.js.org/simple-banner.png\" alt=\"Sunar simple banner\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://sunar.js.org\"\u003eVisit sunar website\u003c/a\u003e\n\u003c/div\u003e\n\n## About\n\nA robust library of constants defining Discord's limits, aimed at streamlining bot and application development and integration on the Discord platform.\n\n## Constants\n\nFor a full list of constants, please refer to the **[JSR documentation](https://jsr.io/@sunar/discord-limits/doc)**.\n\n- [Application Limits](https://github.com/sunarjs/discord-limits/blob/main/src/application.ts)\n- [Autocomplete Limits](https://github.com/sunarjs/discord-limits/blob/main/src/autocomplete.ts)\n- [Button Limits](https://github.com/sunarjs/discord-limits/blob/main/src/button.ts)\n- [Channel Limits](https://github.com/sunarjs/discord-limits/blob/main/src/channel.ts)\n- [Embed Limits](https://github.com/sunarjs/discord-limits/blob/main/src/embed.ts)\n- [Emoji Limits](https://github.com/sunarjs/discord-limits/blob/main/src/emoji.ts)\n- [Guild Limits](https://github.com/sunarjs/discord-limits/blob/main/src/guild.ts)\n- [Interaction Limits](https://github.com/sunarjs/discord-limits/blob/main/src/interaction.ts)\n- [Message Limits](https://github.com/sunarjs/discord-limits/blob/main/src/message.ts)\n- [Modal Limits](https://github.com/sunarjs/discord-limits/blob/main/src/modal.ts)\n- [Moderation Limits](https://github.com/sunarjs/discord-limits/blob/main/src/moderation.ts)\n- [Role Limits](https://github.com/sunarjs/discord-limits/blob/main/src/role.ts)\n- [Select Menu Limits](https://github.com/sunarjs/discord-limits/blob/main/src/selectMenu.ts)\n- [Sticker Limits](https://github.com/sunarjs/discord-limits/blob/main/src/sticker.ts)\n- [Text Input Limits](https://github.com/sunarjs/discord-limits/blob/main/src/textInput.ts)\n- [User Limits](https://github.com/sunarjs/discord-limits/blob/main/src/user.ts)\n\n## Usage\n\n```js\nimport { ApplicationCommandNameLimit } from 'discord-limits';\nconsole.log('The limit of the application command name is:', ApplicationCommandNameLimit)\n```\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request on our [GitHub repository](https://github.com/sunarjs/discord-limits).\n\n## Credits\n\nThis library was heavily inspired by the [SapphireJS utilities library](https://www.npmjs.com/package/@sapphire/discord-utilities). We extend our gratitude to the SapphireJS team for their excellent work.\n\n## License\n\nCompletely free and licensed under the [MIT license](https://github.com/sunarjs/discord-limits/blob/main/README.md). But if you want, you can give me a star on [GitHub](https://github.com/sunarjs/discord-limits).","funding_links":["https://ko-fi.com/tai03","https://buymeacoffee.com/tai03"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunarjs%2Fdiscord-limits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunarjs%2Fdiscord-limits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunarjs%2Fdiscord-limits/lists"}