{"id":16125218,"url":"https://github.com/bdbch/cordlr-server-boilerplate","last_synced_at":"2026-02-17T18:03:48.588Z","repository":{"id":95266578,"uuid":"84372114","full_name":"bdbch/cordlr-server-boilerplate","owner":"bdbch","description":"Boilerplate for faster server setup for your Discord bot.","archived":false,"fork":false,"pushed_at":"2017-03-18T12:32:22.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-08T12:02:21.912Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-08T22:27:57.000Z","updated_at":"2019-07-10T20:25:00.000Z","dependencies_parsed_at":"2023-04-04T13:01:57.498Z","dependency_job_id":null,"html_url":"https://github.com/bdbch/cordlr-server-boilerplate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bdbch/cordlr-server-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fcordlr-server-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fcordlr-server-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fcordlr-server-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fcordlr-server-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bdbch","download_url":"https://codeload.github.com/bdbch/cordlr-server-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bdbch%2Fcordlr-server-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29552251,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T17:56:56.811Z","status":"ssl_error","status_checked_at":"2026-02-17T17:56:55.544Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-09T21:26:29.702Z","updated_at":"2026-02-17T18:03:48.563Z","avatar_url":"https://github.com/bdbch.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cordlr Server Boilerplate\n\nThis is a server boilerplate for the Discord bot framework [**Cordlr**](https://github.com/Devcord/cordlr-cli).\n\nYou can use this boilerplate to setup a server without setting up the configuration by your own. Just follow the instructions and watch your bot breathe!\n\n## Setup\n\nClone this repository or download the zip file to your computer and put it into a specific folder, for example `~/discord-server`. Change into the new server and run `npm install` *(Make sure to use Node.js 6+)* to install the cordlr packages. After NPM installed the packages you are ready to configure your bot.\n\n1) Do `npm install` in terminal\n2) Configure your `cordlr.json` file (Read **Configuration** below)\n4) Do `npm start` in terminal\n3) Add bot to your Discord server ([Discord Docs](https://discordapp.com/developers/docs/topics/oauth2#adding-bots-to-guilds))\n    * Go to [Discord API](https://discordapp.com/developers/applications/me) and open what you just created in **Configuration**\n    * Get your **Client ID**\n    * `https://discordapp.com/api/oauth2/authorize?client_id=`**`Client-ID`**`\u0026scope=bot\u0026permissions=0`\n    * (Example: `client_id=157730590492196864`)\n\n## Configuration\n\nOpen the **cordlr.example.json** and add your bot token so your bot can actually login. You can retrieve your bots token from the [Discord API](https://discordapp.com/developers/applications/me). Save the file as **cordlr.json**\n\n* **token**: Your bot token. Is used to authenticate the bot\n* **prefix**: The bot prefix which will trigger your bot. `!` by default\n* **plugins**: Array containing all loaded plugins with the *cordlr-* prefix. Make sure to install the packages before adding them here\n* **plugin specific configuration**: every plugin can load values from here. Read your installed plugins documentation for configuration values\n\n**IMPORTANT NOTE**: Make sure to not push your private bot token to Github or any other public site.\n\n## Installed Plugins\n\nBy default the following plugins are installed:\n\n* **cordlr-help2**: Lists all commands \u0026 plugins with usage info and descriptions using **!help** or **!plugins**\n* **cordlr-ddg**: DuckDuckGo package allows searching for topics and use of DDG !bangs via **!ddg \u003csearch\u003e**\n* **cordlr-giphy**: Retrieves a random giphy via **!giphy** or **!giphy \u003ctag\u003e**\n* **cordlr-roles**: Allows users to manually join certain, whitelisted roles via **!addrole \u003crole\u003e**, **!removerole \u003crole\u003e** and **!roles**\n* **cordlr-kontrolla**: Administrator tool to control the bot (change avatar, game and username)\n\n## Contribute\n\nHop over to [Cordlr CLI](https://github.com/Devcord/cordlr-cli) to help us!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdbch%2Fcordlr-server-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbdbch%2Fcordlr-server-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbdbch%2Fcordlr-server-boilerplate/lists"}