{"id":23330511,"url":"https://github.com/magnificentpako/botpress-simplecommands","last_synced_at":"2026-04-30T14:37:26.322Z","repository":{"id":85041208,"uuid":"82469670","full_name":"MagnificentPako/botpress-simplecommands","owner":"MagnificentPako","description":null,"archived":false,"fork":false,"pushed_at":"2017-02-19T16:14:35.000Z","size":22,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T13:16:51.631Z","etag":null,"topics":["botpress","commands","js"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MagnificentPako.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":"2017-02-19T15:40:57.000Z","updated_at":"2022-01-30T22:40:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4f911b2-7a20-49d6-b174-29340fc925a1","html_url":"https://github.com/MagnificentPako/botpress-simplecommands","commit_stats":null,"previous_names":["thefreaklord/botpress-simplecommands"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagnificentPako%2Fbotpress-simplecommands","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagnificentPako%2Fbotpress-simplecommands/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagnificentPako%2Fbotpress-simplecommands/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagnificentPako%2Fbotpress-simplecommands/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MagnificentPako","download_url":"https://codeload.github.com/MagnificentPako/botpress-simplecommands/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247631833,"owners_count":20970069,"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":["botpress","commands","js"],"created_at":"2024-12-20T22:18:17.570Z","updated_at":"2026-04-30T14:37:26.294Z","avatar_url":"https://github.com/MagnificentPako.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation\n```\nbotpress install simplecommands\n```\n\n# Usage\n```js\nbp.addCommand(\"help\", \"discord\", (event, next, args) =\u003e {\n  var msg = \"\"\n  if(args.length === 0) {\n    msg = \"There's no help available right now.\"\n  }else{\n    msg = \"You don't need help with \" + args[0] + \".\"\n  }\n  bp.discord.sendText(event.channel.id, msg)\n})\n\nbp.addCommand(\"help\", \"irc\", (event, next, args) =\u003e {\n  bp.irc.sendMessage(event.channel, \"There's no help available right now.\")\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagnificentpako%2Fbotpress-simplecommands","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagnificentpako%2Fbotpress-simplecommands","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagnificentpako%2Fbotpress-simplecommands/lists"}