{"id":16125200,"url":"https://github.com/bdbch/cordlr-plugin","last_synced_at":"2026-06-19T18:31:12.338Z","repository":{"id":57207415,"uuid":"84606278","full_name":"bdbch/cordlr-plugin","owner":"bdbch","description":"Cordlr plugin core to extend new plugins from.","archived":false,"fork":false,"pushed_at":"2017-07-18T09:57:09.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-26T06:24:52.736Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bdbch.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":"2017-03-10T22:34:18.000Z","updated_at":"2019-07-10T20:23:38.000Z","dependencies_parsed_at":"2022-09-11T05:30:31.334Z","dependency_job_id":null,"html_url":"https://github.com/bdbch/cordlr-plugin","commit_stats":null,"previous_names":["devcord/cordlr-plugin"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bdbch/cordlr-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fcordlr-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fcordlr-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fcordlr-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fcordlr-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdbch","download_url":"https://codeload.github.com/bdbch/cordlr-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fcordlr-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34544403,"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-19T02:00:06.005Z","response_time":61,"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":[],"created_at":"2024-10-09T21:26:23.149Z","updated_at":"2026-06-19T18:31:12.321Z","avatar_url":"https://github.com/bdbch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cordlr Plugin\n\n[![Join the chat at https://gitter.im/Devcord/cordlr-plugin](https://badges.gitter.im/Devcord/cordlr-plugin.svg)](https://gitter.im/Devcord/cordlr-plugin?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n## Installation\n\n```js\nnpm i cordlr-plugin --save\n```\n\n## Usage\n\nReply to a message\n```js\nconst CordlrPlugin = require('cordlr-plugin')\n\nclass MyPlugin extends CordlrPlugin {\n  constructor (bot, config) {\n    super(bot, config)\n\n    // Bot meta data\n  }\n\n  myFunction (message, args, flags) {\n    this.sendReply(message, 'My reply')\n  }\n}\n```\n\nReply to a message via private message\n```js\nconst CordlrPlugin = require('cordlr-plugin')\n\nclass MyPlugin extends CordlrPlugin {\n  constructor (bot, config) {\n    super(bot, config)\n\n    // Bot meta data\n  }\n\n  sendMeAPrivateMessage (message, args, flags) {\n    this.sendPrivateReply(message, 'My private reply')\n  }\n}\n```\n\nMore examples in the [documentation](docs/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdbch%2Fcordlr-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdbch%2Fcordlr-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdbch%2Fcordlr-plugin/lists"}