{"id":22832953,"url":"https://github.com/brycecanyoncounty/bcc-discord","last_synced_at":"2026-04-25T11:33:30.567Z","repository":{"id":99002432,"uuid":"550657928","full_name":"BryceCanyonCounty/bcc-discord","owner":"BryceCanyonCounty","description":"A RedM standalone Discord Webhook API system.","archived":false,"fork":false,"pushed_at":"2023-09-26T23:52:04.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T01:05:00.214Z","etag":null,"topics":["cfx","discord","fivem","redm","vorp","vorpcore"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BryceCanyonCounty.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}},"created_at":"2022-10-13T05:46:12.000Z","updated_at":"2024-11-09T23:05:30.000Z","dependencies_parsed_at":"2023-09-27T04:30:13.733Z","dependency_job_id":null,"html_url":"https://github.com/BryceCanyonCounty/bcc-discord","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/BryceCanyonCounty/bcc-discord","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceCanyonCounty%2Fbcc-discord","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceCanyonCounty%2Fbcc-discord/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceCanyonCounty%2Fbcc-discord/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceCanyonCounty%2Fbcc-discord/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BryceCanyonCounty","download_url":"https://codeload.github.com/BryceCanyonCounty/bcc-discord/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BryceCanyonCounty%2Fbcc-discord/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32261115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T09:15:33.318Z","status":"ssl_error","status_checked_at":"2026-04-25T09:15:31.997Z","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":["cfx","discord","fivem","redm","vorp","vorpcore"],"created_at":"2024-12-12T21:11:11.164Z","updated_at":"2026-04-25T11:33:30.552Z","avatar_url":"https://github.com/BryceCanyonCounty.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BCC Anti Cheat\n\u003e A RedM standalone Discord Webhook API system.\n\n## How to install\n* Download this repo\n* Copy and paste `bcc-discord` folder to `resources/bcc-discord`\n* Add `ensure bcc-discord` to your `server.cfg` file (ABOVE any scripts that use it)\n* Now you are ready to get coding!\n\n## API Docs\n\n### Discord Webhooks\n\nThis API allows you to easily add [Discord webhooks](https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks) messages to your scripts.\n\n#### SendMessage\n```lua\nlocal discord = exports['bcc-discord'].initiate()\n\ndiscord.sendMessage('webhookurl', 'My Script', 'https://cdn2.iconfinder.com/data/icons/frosted-glass/256/Danger.png', 'user123', 'this user is awesome')\n```\n\n#### embeds\n\u003e Add custom [embeds](https://birdie0.github.io/discord-webhooks-guide/discord_webhook.html)\n```lua\nlocal discord = exports['bcc-discord'].initiate()\n\ndiscord.sendMessage('webhookurl', 'My Script', 'https://cdn2.iconfinder.com/data/icons/frosted-glass/256/Danger.png', 'user123', 'this user is awesome'{\n  {\n    {\n      color = 11342935,\n      title = 'some times',\n      description = 'awesomesauce'\n    },\n   {\n      color = 11342935,\n      title = 'some other time',\n      description = 'awesomesauce'\n    },\n  }\n})\n```\n## Need More Support? \n- [BCC Discord](https://discord.gg/cQMJaTqcqJ)\n\n## Requirements\n- NONE! It's standalone.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrycecanyoncounty%2Fbcc-discord","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrycecanyoncounty%2Fbcc-discord","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrycecanyoncounty%2Fbcc-discord/lists"}