{"id":19530019,"url":"https://github.com/volmitsoftware/dartcord","last_synced_at":"2026-06-11T02:31:21.149Z","repository":{"id":208905388,"uuid":"722756119","full_name":"VolmitSoftware/Dartcord","owner":"VolmitSoftware","description":"This is a Discord bot framework in dart! (Nyxx)","archived":false,"fork":false,"pushed_at":"2023-12-10T04:33:00.000Z","size":11321,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-26T02:43:27.773Z","etag":null,"topics":["dart","discord-bot","nyxx","template-project"],"latest_commit_sha":null,"homepage":"https://Volmit.com/","language":"Dart","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/VolmitSoftware.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-11-23T21:55:28.000Z","updated_at":"2024-12-05T07:04:40.000Z","dependencies_parsed_at":"2024-11-11T01:29:58.782Z","dependency_job_id":"a5815713-01d7-474b-bfe1-2b7c6dff51bb","html_url":"https://github.com/VolmitSoftware/Dartcord","commit_stats":null,"previous_names":["volmitsoftware/dartcord"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/VolmitSoftware/Dartcord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VolmitSoftware%2FDartcord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VolmitSoftware%2FDartcord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VolmitSoftware%2FDartcord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VolmitSoftware%2FDartcord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VolmitSoftware","download_url":"https://codeload.github.com/VolmitSoftware/Dartcord/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VolmitSoftware%2FDartcord/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34180147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["dart","discord-bot","nyxx","template-project"],"created_at":"2024-11-11T01:28:30.238Z","updated_at":"2026-06-11T02:31:21.120Z","avatar_url":"https://github.com/VolmitSoftware.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dartcord - Template Bot 🚀 (WIP)\n\nDartcord is a fast (🚀) Discord bot framework written in Dart. It provides an easy way to create Discord bots that can\nrespond to commands, listen for events, and more.\nAnd ULTIMATELY, the goal is to have a frame of reference that anyone can use to help get you into the dart-bot world. as\nDart is significantly better in perms of memory, performance, and versatility than java. Which was my main motivation\nbehind this project other than morbid curiosity. As dart can be compiled straight to a binary thats platform agnostic.\n\n## Features\n\n- Easy command registration using the Nyxx Commands plugin (Autocrat)\n- Easy listener registration using the Nyxx Commands plugin (Dictator)\n- Config loading from JSON file\n- Message content and command parsing with Nyxx\n- Bot event listeners and handlers\n- Simple commands\n- Simple listeners\n- Simple prefabs, with examples in-code\n- Designed for someone who wants a bot in dart, for discord coming from JDA, or another library, and does not want a\n  HUGE project as an example, but still wants to see what/how to do things in the latest 6.x nyxx discord api.\n\n## Getting Started\n\nTo use Dartcord:\n\n1. Clone the repository\n2. Rename `config_template.json` to `config.json` and add your Discord bot token/any data you want\n3. Run `pub get` to install dependencies\n4. Run the bot with `dart run`\n    - See Configurator.dart for config options/registration\n\n## Commands\n\nDartcord currently includes the following example slash command:\n\n- `/ping ...` - Replies with a pong message to test latency (and variants for input)\n- `/buttondemo` - Replies with a Selector, then sends a Button Message (how to use the buttons)\n- `/selectionmenudemo` - Replies with a selection menu (show how to use the selector)\n- `/cat_embed` - Prints an embed with the new dartcordEmbed frame (and shows a cat picture) [async example]\n- `/embed_embed` - Prints an embed using NOT my embed frame [sync]\n- `/ai_image_vary ` - Upload an image to your Dall-e account if you have a token and get a variant [Uploader Showcase]\n- `/ai_image ` - Get an image based on a prompt [Prompt Showcase]\n- `/ai_image_edit` - Edit an image with prompt and mask prefab [Asset Showcase]\n\nAdd additional commands in `autocrat.dart`.\n\n## Event Listeners\n\nDartcord handles the following events:\n\n- `Cat / Dog` - Button presses, to show how events are handeled from interactables\n- `Startup [Client]` - The client interactions Listener Example\n- `Error in commands` - a passive Listener\n- `Comand Usage` - an Active listener\n- `XP System` -Whenever a user sends a message (Non-bot) they get xp [Config/XP Demo] \n- ...\n\nAdd additional event listeners in `dictator.dart`.\n\n## Library Usage info:\n\n### Nyxx is literally the core fundament of this project, please if you dont use mine, look at their api, docs, and bot for integration on dart bot dynamics.\n\n- [Nyxx](https://github.com/nyxx-discord/running_on_dart)\n- [Nyxx's Bot](https://github.com/nyxx-discord/running_on_dart)\n- [Nyxx Api Documentation](https://nyxx.l7ssha.xyz/docs/intro/)\n- [Dart Openai](https://pub.dev/packages/dart_openai)\n- [Fast Log](https://pub.dev/packages/fast_log) Easy logging\n- ...\n\n## Contributing\n\nPull requests welcome! Feel free to open issues for any bugs or ideas for improvements.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolmitsoftware%2Fdartcord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvolmitsoftware%2Fdartcord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvolmitsoftware%2Fdartcord/lists"}