{"id":15211503,"url":"https://github.com/itzaymvn/mydisctsbot","last_synced_at":"2026-02-03T10:32:44.043Z","repository":{"id":243905105,"uuid":"813600017","full_name":"itzAymvn/mydisctsbot","owner":"itzAymvn","description":"My Discord Bot is a customizable and extendable Discord bot built with TypeScript. This bot offers various functionalities, including fun commands, moderation tools, utility commands, and more.","archived":false,"fork":false,"pushed_at":"2024-07-07T16:53:11.000Z","size":319,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T07:16:15.560Z","etag":null,"topics":["bot","discord","discord-bot","discordjs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/itzAymvn.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":"2024-06-11T11:37:41.000Z","updated_at":"2024-07-23T16:24:40.000Z","dependencies_parsed_at":"2024-07-07T18:04:30.088Z","dependency_job_id":"c9548c82-f62f-47ed-a970-93db4c57a1bf","html_url":"https://github.com/itzAymvn/mydisctsbot","commit_stats":{"total_commits":69,"total_committers":1,"mean_commits":69.0,"dds":0.0,"last_synced_commit":"2c1b4d93079177c0dec7ae0bcff515199cbb0601"},"previous_names":["itzaymvn/mydisctsbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itzAymvn/mydisctsbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzAymvn%2Fmydisctsbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzAymvn%2Fmydisctsbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzAymvn%2Fmydisctsbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzAymvn%2Fmydisctsbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itzAymvn","download_url":"https://codeload.github.com/itzAymvn/mydisctsbot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itzAymvn%2Fmydisctsbot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261767713,"owners_count":23206859,"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","discordjs","typescript"],"created_at":"2024-09-28T08:41:54.649Z","updated_at":"2026-02-03T10:32:43.998Z","avatar_url":"https://github.com/itzAymvn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Discord Bot (V1.0.0)\n\nMy Discord Bot is a customizable and extendable Discord bot built with TypeScript. This bot offers various functionalities, including fun commands, moderation tools, utility commands, and more.\n\n## Table of Contents\n\n-   [Features](#features)\n-   [Installation](#installation)\n-   [Configuration](#configuration)\n-   [Usage](#usage)\n-   [Commands](#commands)\n-   [Development](#development)\n-   [Contributing](#contributing)\n-   [License](#license)\n\n## Features\n\n-   **Fun Commands:** Enhance your server's interaction with commands like `8ball`.\n-   **Moderation Tools:** Manage your server efficiently with commands such as `role`.\n-   **Utility Commands:** Useful tools like `invite`, `ping`, `reminder`, `status`, and `timezone`.\n-   **Event Handling:** Automatically respond to server events like `guildCreate` and `guildDelete`.\n\n## Installation\n\n1. **Clone the repository:**\n\n    ```sh\n    git clone https://github.com/itzAymvn/mydisctsbot\n    cd mydisctsbot\n    ```\n\n2. **Install dependencies:**\n\n    ```sh\n    pnpm install\n    ```\n\n3. **Build the project:**\n    ```sh\n    pnpm build\n    ```\n\n## Configuration\n\n1. **Create a `.env` file:**\n   Copy the `.env.example` file to `.env` and fill in the necessary configuration variables.\n\n    ```sh\n    cp .env.example .env\n    ```\n\n2. **Set up your environment variables** in the `.env` file:\n    ```\n    DISCORD_TOKEN=Your Application Token\n    DISCORD_APP_ID=Your Application Client ID\n    DISCORD_GUILD_ID=Your Home Server ID\n    MONGO_URI=Your MongoDB Connection URI\n    DEVELOPER_IDS=List of Developers' Discord IDs\n    ```\n\n## Usage\n\nIf you have already run the BUILD command, all you have to do is start your bot.\n\n1. **Start the bot:**\n    ```sh\n    pnpm start\n    ```\n\n## Commands\n\n### Developer Commands\n-  **clearcache:** Clear the cache of a command.\n    ```sh\n    /clearcache\n    ```\n-  **leave-server:** Leave a server.\n    ```sh\n    /leave-server [server]\n    • server: The server ID\n    ```\n\n### Fun Commands\n\n-   **8ball:** Answers a question with a random response.\n    ```sh\n    /8ball [question]\n    • question: Your question\n    ```\n\n### Moderation Commands\n\n-   **Role:** Manage roles within the server.\n    ```sh\n    /role add/remove [user] [role]\n    • user: The user you want to give/remove role.\n    • role: The role.\n    ```\n\n### Utility Commands\n\n-   **Invite:** Get the bot's invite link.\n    ```sh\n    /invite\n    ```\n-   **Ping:** Check the bot's latency.\n    ```sh\n    /ping\n    ```\n-   **Reminder:** Set, list, or clear reminders.\n\n    ```sh\n    /reminder set [type] [time] [message]\n    • type: Duration, Date, Epoch Timestamp\n    • time: Duration: 1d1h1m1s | Date (UTC): MM/DD/YYYY HH:MM:SS | Epoch Timestamp: 1672531200\n\n    /reminder list\n    /reminder clear [sent]\n    • sent: Clear sent reminders only\n    ```\n\n-   **Status:** Get some information about the bot's status\n    ```sh\n    /status\n    ```\n-   **Timezone:** Set or check the timezone.\n    ```sh\n    /timezone [timezone]\n    • timezone: The timezone you want to view the current time in.\n    ```\n\n## Development\n\nTo contribute to the development of this bot:\n\n1. **Fork the repository** and create your branch from `main`.\n2. **Clone your fork** locally.\n3. **Create a new branch** for your feature or bugfix:\n\n    ```sh\n    git checkout -b feature/YourFeature\n    ```\n\n4. **Commit your changes** and push your branch:\n\n    ```sh\n    git add .\n    git commit -m 'Add your feature'\n    git push origin feature/YourFeature\n    ```\n\n5. **Create a Pull Request** to have your changes reviewed and merged.\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## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzaymvn%2Fmydisctsbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitzaymvn%2Fmydisctsbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitzaymvn%2Fmydisctsbot/lists"}