{"id":16145334,"url":"https://github.com/microcontrollersdev/astleybot","last_synced_at":"2026-01-21T10:02:12.049Z","repository":{"id":104265878,"uuid":"294176463","full_name":"MicrocontrollersDev/AstleyBot","owner":"MicrocontrollersDev","description":"Shitty discord bot.","archived":false,"fork":false,"pushed_at":"2020-09-09T17:13:06.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-06T20:19:02.977Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MicrocontrollersDev.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":"2020-09-09T17:01:59.000Z","updated_at":"2020-11-17T16:42:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3ab3ebf-7737-43af-bd44-bfddc9802e0d","html_url":"https://github.com/MicrocontrollersDev/AstleyBot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MicrocontrollersDev/AstleyBot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrocontrollersDev%2FAstleyBot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrocontrollersDev%2FAstleyBot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrocontrollersDev%2FAstleyBot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrocontrollersDev%2FAstleyBot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicrocontrollersDev","download_url":"https://codeload.github.com/MicrocontrollersDev/AstleyBot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicrocontrollersDev%2FAstleyBot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28631936,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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-10T00:15:38.382Z","updated_at":"2026-01-21T10:02:12.027Z","avatar_url":"https://github.com/MicrocontrollersDev.png","language":null,"readme":"# AstleyBot\nShitty discord bot.\n\n*requires [discord.js](https://discord.js.org/#/), [node](https://nodejs.org/en/), and [discord.js-opus](https://github.com/discordjs/opus)*\n\nTo start bot, run `index.js` in your command terminal.\n\n### THIS WILL NOT WORK IN IT'S CURRENT STATE!!!!!!!!!\n\n* Replace `\u003cYOUR TOKEN HERE\u003e` in config.json with your bot's token.\n* None of the preincluded emojis will work for you. Bots can only send emojis that are on servers it is in.\n  * To create emojis, use the template `example.js` and replace all text in `\u003c\u003e` with the appropriate values.\n* The commands \"accept\", \"birthday\", \"defualt\", and \"undefault\" will not work unless you change the role ID and either remove the `whitelist` property or add your server's ID.\n* The command \"suggest\" currently has my Discord ID and will not work unless you replace the ID with your user ID.\n* the command \"rickroll\" will not work unless you upload an MP3 titled \"rick.mp3\" to the same folder as `index.js`.\n* The welcome and Goodbye messages are guild specific. There are 2 example guilds in the provided copy. Replace the `ID` value with the server's ID, and replace the other IDs with whatever you want.\n  \n## Useful things\n\nIf you're looking at this chances are you want to set up a Discord bot. A good guide to follow is [this one provided by Discord.js](https://discordjs.guide/).\n\nIf you know some javascript and want to expand my bot, here's some information you may want to know:\n* All commands need to have a name and a help value at their header.\n  * `name`: the command name; can be any string you want.\n  * `help`: the help ID; should be a string with a value of `0`(appears on the basic help command), `1`(appears on the admin help command), or `2`(does not appear on any help command).\n* Other values that can be defined in a command's header are:\n  * `aliases`: alternate ways to call on the command; can be any string or array of strings you want.\n  * `description`: the description that will appear in the help command; can be any string you want.\n  * `usage`: the usage that will appear in the help command; can be any string you want.\n  * `whitelist`: A list of the servers that the command is allowed to be used in, if left undefined the command will work in all servers; should be the server ID as a string or server IDs as an array of strings of the server(s) you want the command to work.\n* I don't use comments unless I absolutely need something to be user friendly. Hopefully if you spend enough time you'll be able to figure out how it generally works.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrocontrollersdev%2Fastleybot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrocontrollersdev%2Fastleybot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrocontrollersdev%2Fastleybot/lists"}