{"id":20527623,"url":"https://github.com/enhawk/ravebot","last_synced_at":"2026-04-06T08:31:37.910Z","repository":{"id":65538567,"uuid":"571991946","full_name":"EnHawk/Ravebot","owner":"EnHawk","description":"Ravebot official source code. Mainly for Ravemon Gaming official Discord server","archived":false,"fork":false,"pushed_at":"2023-01-28T11:20:47.000Z","size":231,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-06T01:50:05.289Z","etag":null,"topics":["bot","discord","discord-bot","discord-js","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EnHawk.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}},"created_at":"2022-11-29T10:27:08.000Z","updated_at":"2022-12-18T06:15:29.000Z","dependencies_parsed_at":"2023-02-15T14:46:07.815Z","dependency_job_id":null,"html_url":"https://github.com/EnHawk/Ravebot","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/EnHawk/Ravebot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnHawk%2FRavebot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnHawk%2FRavebot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnHawk%2FRavebot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnHawk%2FRavebot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnHawk","download_url":"https://codeload.github.com/EnHawk/Ravebot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnHawk%2FRavebot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["bot","discord","discord-bot","discord-js","nodejs"],"created_at":"2024-11-15T23:19:32.705Z","updated_at":"2026-04-06T08:31:37.889Z","avatar_url":"https://github.com/EnHawk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cb\u003e\n    \u003cimg src=\"https://cdn.discordapp.com/attachments/880382867283247124/985888398533361674/sticker_1622513385543.png\" width=\"50%\" height=\"50%\" /\u003e\n    \u003cbr\u003e\n    \u003ch1\u003e\n      \u003ca href=\"https://github.com/EnHawk/Ravebot\"\u003eRavebot's Official Source Code Repository\u003c/a\u003e\n    \u003c/h1\u003e\n    \u003ca href=\"https://github.com/EnHawk/Ravebot/blob/master/LICENSE\"\u003e\n      \u003cimg src=\"https://img.shields.io/github/license/EnHawk/Ravebot?label=License\u0026logo=github\" alt=\"repo license\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/EnHawk/Ravebot/actions/workflows/tests.yml\"\u003e\n      \u003cimg src=\"https://github.com/EnHawk/Ravebot/actions/workflows/tests.yml/badge.svg\" alt=\"test status\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://dsc.gg/ravemondc\"\u003e\n      \u003cimg src=\"https://img.shields.io/discord/875566092850974780?color=5865f2\u0026label=Chat\u0026logo=discord\u0026logoColor=white\" alt=\"discord server\" /\u003e\n    \u003c/a\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://twitter.com/RavemonGaming\"\u003e\n      \u003cimg src=\"https://img.shields.io/twitter/url?label=Twitter\u0026style=social\u0026url=https%3A%2F%2Ftwitter.com%2FRavemonGaming\" alt=\"twitter\" /\u003e\n    \u003c/a\u003e\n  \u003c/b\u003e\n\u003c/div\u003e\n\n# Releases\n* [v1.0.0](https://github.com/EnHawk/Ravebot/releases/tag/v1.0.0)\n\n# Guide\nIf you're going to install the source code for your workspace, here are some guides\n* Make sure you have [Node.js](https://nodejs.org) installed.\n* On config.json, rename the values based on the instruction.\n```jsonc\n{\n    \"TOKEN\": \"\u003cBOT_TOKEN\u003e\",\n    /* Replace \u003cBOT_TOKEN\u003e with the bot's token.\n     * If you regenerated the bot's token, then you have to paste the new one here.\n     */\n\n    \"GUILD_ID\": \"\u003c(OPTIONAL)\u003e\",\n    /* This is optional which means you don't actually have to change it.\n     * Unless you want to register application (/) command in a specific guild.\n     */\n\n    \"DB_URI\": \"\u003cDATABASE_URI\u003e\"\n    /* If you're using MongoDB, then replace this with your Cluster's URI.\n     * It is recommended to use MongoDB but you can ignore this one if you prefer something else.\n     */\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenhawk%2Fravebot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenhawk%2Fravebot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenhawk%2Fravebot/lists"}