{"id":26063623,"url":"https://github.com/exonymos/krabby-discord-bot","last_synced_at":"2026-05-06T14:34:34.572Z","repository":{"id":281261264,"uuid":"944080975","full_name":"Exonymos/krabby-discord-bot","owner":"Exonymos","description":"Krabby-kun, is a bot that is designed to be a fun and interactive.","archived":false,"fork":false,"pushed_at":"2025-03-07T21:58:13.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-07T22:29:18.181Z","etag":null,"topics":["bot","discord","discord-bot","discord-bots","discord-js"],"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/Exonymos.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":"2025-03-06T18:51:38.000Z","updated_at":"2025-03-07T21:58:17.000Z","dependencies_parsed_at":"2025-03-07T22:39:21.629Z","dependency_job_id":null,"html_url":"https://github.com/Exonymos/krabby-discord-bot","commit_stats":null,"previous_names":["exonymos/krabby-discord-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exonymos%2Fkrabby-discord-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exonymos%2Fkrabby-discord-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exonymos%2Fkrabby-discord-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Exonymos%2Fkrabby-discord-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Exonymos","download_url":"https://codeload.github.com/Exonymos/krabby-discord-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242581154,"owners_count":20153025,"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":["bot","discord","discord-bot","discord-bots","discord-js"],"created_at":"2025-03-08T17:17:28.096Z","updated_at":"2025-12-06T14:02:33.202Z","avatar_url":"https://github.com/Exonymos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Krabby-kun\n\nMy discord bot, Krabby-kun, is a bot that is designed to be a fun and interactive. It is made with [discord.js](https://discord.js.org/).\n\n[![GitHub license](https://img.shields.io/github/license/Exonymos/krabby-discord-bot)](https://github.com/Exonymos/krabby-discord-bot/blob/main/LICENSE)\n[![GitHub issues](https://img.shields.io/github/issues/Exonymos/krabby-discord-bot)](https://github.com/Exonymos/krabby-discord-bot/issues)\n[![GitHub last commit](https://img.shields.io/github/last-commit/Exonymos/krabby-discord-bot)](https://github.com/Exonymos/krabby-discord-bot/commits/main)\u003cbr\u003e\n[![GitHub stars](https://img.shields.io/github/stars/Exonymos/krabby-discord-bot)](https://github.com/Exonymos/krabby-discord-bot/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/Exonymos/krabby-discord-bot)](https://github.com/Exonymos/krabby-discord-bot/network)\n\n\u003c/div\u003e\n\n## Table of Contents\n\n- [krabby-kun](#krabby-kun)\n  - [Table of Contents](#table-of-contents)\n  - [About](#about)\n  - [Features](#features)\n  - [Getting Started](#getting-started)\n    - [Prerequisites](#prerequisites)\n    - [Installation](#installation)\n    - [Running the Bot](#running-the-bot)\n  - [Contributing](#contributing)\n  - [License](#license)\n\n## About\n\nKrabby-kun is a Discord bot designed to be fun and interactive. It offers a variety of commands for entertainment, moderation, and utility purposes. The bot is built using [discord.js](https://discord.js.org/), a powerful library for interacting with the Discord API.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Features\n\n- **Fun Commands**: Play games, get random jokes, and more.\n- **Moderation Tools**: Kick, ban, timeout users, and purge messages.\n- **Utility Commands**: Get user avatars, create embeds, and check bot latency.\n- **Interactive Responses**: Dynamic and engaging responses to user interactions.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Getting Started\n\nTo get a local copy up and running, follow these simple steps:\n\n### Prerequisites\n\n- Node.js\n- A Discord bot token. You can get one by creating a bot on the [Discord Developer Portal](https://discord.com/developers/applications).\n\n\n### Installation\n\n1. Clone the repo:\n    ```sh\n    git clone https://github.com/Exonymos/krabby-discord-bot\n    ```\n2. Navigate to the project directory:\n    ```sh\n    cd krabby-discord-bot\n    ```\n3. Install npm packages:\n    ```sh\n    npm install\n    ```\n4. Create a `.env.local` file in the root directory and add the following:\n    ```env\n    GUILD_ID=YOUR_GUILD_ID\n    CLIENT_ID=YOUR_CLIENT_ID\n    TOKEN=YOUR_BOT_TOKEN\n    ```\n\n### Running the Bot\n\n1. Start the bot in development mode:\n    ```sh\n    npm run dev\n    ```\n2. Or start the bot in production mode:\n    ```sh\n    npm start\n    ```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Contributing\n\nContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## License\n\nDistributed under the MIT License. See [LICENSE](https://github.com/Exonymos/exonymos.me/blob/main/LICENSE) for more information.\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexonymos%2Fkrabby-discord-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexonymos%2Fkrabby-discord-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexonymos%2Fkrabby-discord-bot/lists"}