{"id":23003558,"url":"https://github.com/ascriver/robles-bot","last_synced_at":"2026-04-16T19:47:49.417Z","repository":{"id":40500602,"uuid":"161599893","full_name":"AScriver/robles-bot","owner":"AScriver","description":"A Discord bot built with Discord.js and Node.","archived":false,"fork":false,"pushed_at":"2026-02-06T00:38:25.000Z","size":1331,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-06T10:37:02.754Z","etag":null,"topics":["discord","discord-bot","discord-js","discord-music-bot","discordbot","discordjs"],"latest_commit_sha":null,"homepage":"","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/AScriver.png","metadata":{"files":{"readme":"README.md","changelog":"news.js","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-12-13T07:23:39.000Z","updated_at":"2026-02-06T00:38:22.000Z","dependencies_parsed_at":"2024-06-23T22:20:58.047Z","dependency_job_id":"973d4251-33b1-4b87-ac6d-54c9dbbaa5f7","html_url":"https://github.com/AScriver/robles-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AScriver/robles-bot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AScriver%2Frobles-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AScriver%2Frobles-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AScriver%2Frobles-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AScriver%2Frobles-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AScriver","download_url":"https://codeload.github.com/AScriver/robles-bot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AScriver%2Frobles-bot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31902123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"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":["discord","discord-bot","discord-js","discord-music-bot","discordbot","discordjs"],"created_at":"2024-12-15T07:14:38.032Z","updated_at":"2026-04-16T19:47:49.407Z","avatar_url":"https://github.com/AScriver.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robles-Bot\n\n\u003e Robles-Bot is a discord chat bot built using [Discord.js](https://discord.js.org/#/) and node.\n\nThis is a bot that I created to mess around with my friends in our Discord server. Robles-Bot can do anything from play music from a YouTube link in your chat channel, to calling a phone and talking with text to speech. I will be adding more commands once I have more free time, but feel free to branch and contribute your own as well!\n\n## Codebase Overview\n\nRobles-Bot is a Node.js application built on Discord.js.\nThe entry point (`server.js`) loads environment variables and discovers command modules under `commands/`.\nIt listens for Discord events and dispatches interactions to the appropriate handler.\nA companion script (`deploy-commands.js`) registers these commands with Discord's API.\n\nEach morning the bot can also post top headlines from configurable RSS feeds into a chosen channel.\n\nCommands are organized into category folders, each exporting a `SlashCommandBuilder` definition and an async `execute` function. Database settings live in `config/config.json`, and `package.json` provides scripts for running the bot or executing tests.\n\nTo explore further, learn about Discord.js fundamentals, command deployment strategies, environment management with dotenv, persistence through Sequelize, and Node.js async patterns.\n\n## Commands\n\n- /ping - Replies with Pong!\n- /roll - Rolls a dice with optional sides and count.\n\n## Installation\n\n```\ngit clone git@github.com:AScriver/robles-bot.git\ncd robles-bot\nnpm install\ncp .env.example .env\n```\n\n[How do I setup a bot account and invite it to my server?](https://discordpy.readthedocs.io/en/rewrite/discord.html)\n\nUpdate `.env` with your `DISCORD_TOKEN`, `CLIENT_ID`, `OWNER_ID`, and `GUILD_ID`.\nFor daily news updates, also set `NEWS_CHANNEL_ID` to the target channel and `NEWS_SOURCES` to a comma-separated list of RSS feed URLs.\n\n## Help\n\nIf you need help with anything, feel free to [join my Discord](https://discord.gg/Bm7mnzh) server and ask questions\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/AScriver/robles-bot/fork\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2018 Austin Scriver\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fascriver%2Frobles-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fascriver%2Frobles-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fascriver%2Frobles-bot/lists"}