{"id":17936952,"url":"https://github.com/serudda/discord-bot","last_synced_at":"2026-03-16T08:02:50.312Z","repository":{"id":257885076,"uuid":"864245249","full_name":"serudda/discord-bot","owner":"serudda","description":"Starter Kit for a Discord Bot project","archived":false,"fork":false,"pushed_at":"2024-11-15T03:18:13.000Z","size":12186,"stargazers_count":6,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-20T19:01:48.711Z","etag":null,"topics":["bot","discord","discord-bot","starter-kit"],"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/serudda.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-09-27T19:11:39.000Z","updated_at":"2024-11-22T02:13:42.000Z","dependencies_parsed_at":"2024-10-26T03:46:31.702Z","dependency_job_id":null,"html_url":"https://github.com/serudda/discord-bot","commit_stats":null,"previous_names":["serudda/discord-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serudda%2Fdiscord-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serudda%2Fdiscord-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serudda%2Fdiscord-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serudda%2Fdiscord-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serudda","download_url":"https://codeload.github.com/serudda/discord-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245227465,"owners_count":20580886,"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","starter-kit"],"created_at":"2024-10-28T22:05:36.182Z","updated_at":"2026-03-16T08:02:45.280Z","avatar_url":"https://github.com/serudda.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Discord Bot Project\n\nThis project sets up a Discord bot using **Node.js**, **Prisma**, and **pnpm**. Follow the instructions below to install, configure, and run the bot in your development environment.\n\n---\n\n## Table of Contents\n\n- [Requirements](#requirements)\n- [Installation](#installation)\n- [Database Setup](#database-setup)\n- [Running the Project](#running-the-project)\n- [Discord Developer Portal Setup](#discord-developer-portal-setup)\n- [License](#license)\n\n---\n\n## Requirements\n\nMake sure the following tools are installed on your machine:\n\n- **Node.js**: Install the latest stable version of Node.js. You can download it from [here](https://nodejs.org/).\n- **pnpm**: If you haven't installed pnpm, follow the installation steps below.\n- **Discord Developer Account**: You will need access to the [Discord Developer Portal](https://discord.com/developers/docs/intro) to create a bot and obtain your bot token.\n\n---\n\n## Installation\n\n### 1. Clone the Repository\n\nClone this repository to your local machine using the following command:\n\n```sh\ngit clone https://github.com/serudda/discord-bot.git\ncd discord-bot\n```\n\n### 2. Install pnpm (if you don't have it installed globally)\n\nYou can install pnpm globally using npm with the following command:\n\n```sh\nnpm install -g pnpm\n```\n\n### 3. Install Dependencies\n\nInstall all the project dependencies by running:\n\n```sh\npnpm install\n```\n\nThis will download and install all required packages defined in your `package.json`.\n\n---\n\n## Database Setup\n\n### 1. Prisma Configuration\n\nMake sure you have configured the Prisma connection in the `.env` file with your database settings.\n\n### 2. Generate Prisma Client\n\nAfter setting up your database connection, generate the Prisma client by running:\n\n```sh\npnpm db:generate\n```\n\nThis will create the Prisma client necessary to interact with your database.\n\n---\n\n## Running the Project\n\nOnce all dependencies are installed and the Prisma client is generated, you can start the bot in development mode using the following command:\n\n```sh\npnpm dev\n```\n\nThis will start the bot locally, allowing you to test its functionality.\n\n---\n\n## Discord Developer Portal Setup\n\nIf you haven’t already created a Discord bot, follow these steps:\n\n1. Visit the [Discord Developer Portal](https://discord.com/developers/docs/intro).\n2. Create a new application and add a bot to it.\n3. Copy the **bot token** from the application settings.\n4. Set up your `.env` file with the following content:\n\n   ```sh\n   DISCORD_TOKEN=your-bot-token-here\n   ```\n\n   Replace `your-bot-token-here` with the actual bot token you copied from the developer portal.\n\n---\n\n## License\n\nThis project is licensed under the [MIT License](./LICENSE). Feel free to use, modify, and distribute as per the terms of the license.\n\n---\n\n## Contributing\n\nIf you would like to contribute to the project, feel free to open a pull request or issue.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserudda%2Fdiscord-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserudda%2Fdiscord-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserudda%2Fdiscord-bot/lists"}