{"id":21626098,"url":"https://github.com/evasquare/discord-gpt","last_synced_at":"2026-04-15T18:32:05.603Z","repository":{"id":169765112,"uuid":"645719017","full_name":"evasquare/discord-gpt","owner":"evasquare","description":"Talk to AI on Discord! It also comes with useful customization features.","archived":false,"fork":false,"pushed_at":"2025-10-06T12:29:51.000Z","size":238,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-06T14:31:49.723Z","etag":null,"topics":["bot","discord","discord-bot","discord-js","openai","prisma-orm"],"latest_commit_sha":null,"homepage":"https://discord.com/oauth2/authorize?client_id=1394278942373969930\u0026permissions=536939536\u0026integration_type=0\u0026scope=bot","language":"TypeScript","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/evasquare.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-26T09:27:08.000Z","updated_at":"2025-10-06T12:29:54.000Z","dependencies_parsed_at":"2023-09-22T12:39:51.094Z","dependency_job_id":"e22363b1-747b-437b-b0b3-be474cad0c63","html_url":"https://github.com/evasquare/discord-gpt","commit_stats":null,"previous_names":["decaplanet/discord-gpt","polyecho/discord-gpt","cosmostellar/discord-gpt","pixelbracket/discord-gpt","evasquare/discord-gpt"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/evasquare/discord-gpt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evasquare%2Fdiscord-gpt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evasquare%2Fdiscord-gpt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evasquare%2Fdiscord-gpt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evasquare%2Fdiscord-gpt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evasquare","download_url":"https://codeload.github.com/evasquare/discord-gpt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evasquare%2Fdiscord-gpt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31854724,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: 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":["bot","discord","discord-bot","discord-js","openai","prisma-orm"],"created_at":"2024-11-25T01:12:10.530Z","updated_at":"2026-04-15T18:32:05.594Z","avatar_url":"https://github.com/evasquare.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./images/discord-gpt.png\" alt=\"project-icon\" width=\"64\"\u003e\n\n# discord-gpt\nDiscord bot you can use to talk to GPT chatbots. It comes with useful features that help you customize your experience.\n\n## Commands\n### gpt-channels\nDecides channels where the bot always answers you.\n(Otherwise, you need to ping the bot.)\n\n| command              | argument |\n| -------------------- | -------- |\n| /gpt-channels add    | (None)   |\n| /gpt-channels remove | (None)   |\n\n### custom-ai-profile\nSets your custom name and image for your AI responses.\n\n| command                   | argument          |\n| ------------------------- | ----------------- |\n| /custom-ai-profile set    | name, profile-url |\n| /custom-ai-profile remove | (None)            |\n\n### webhooks\nCustom profile only works in channels with a webhook. So you might want to add one for each channel with this command.\n\n| command          | argument |\n| ---------------- | -------- |\n| /webhooks add    | (None)   |\n| /webhooks remove | (None)   |\n\n### ignoring-prefix\nSets prefix the bot needs to ignore. (ex: Other bots with prefix commands, messages you don't want AI to read.)\n\n| command                 | argument |\n| ----------------------- | -------- |\n| /ignoring-prefix add    | prefix   |\n| /ignoring-prefix remove | prefix   |\n| /ignoring-prefix view   | (None)   |\n\n### ping\nChecks the ping.\n\n| command | argument |\n| ------- | -------- |\n| /ping   | (None)   |\n\n\n## `package.json` Scripts\n| name                    | description                                                                                                                         |\n| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |\n| `start`                 | Start the code in `build` directory.                                                                                                |\n| `build`                 | Build the code in `src` directory.                                                                                                  |\n| `watch`                 | Watch changes in the `build` folder and reruns a process when it detects a change. (Requires Node.js v18.11.0+, v19.0.0, or above.) |\n| `watch:nodemon`         | Watch changes in the `build` folder and reruns a process when it detects a change.                                                  |\n| `ts:watch`              | Watch the `src` directory and applies changes to `build` directory every time TypeScript files are saved.                           |\n| `discord:deploy`        | Deploy slash commands for a development server specified in `.env` file.                                                            |\n| `discord:deploy-global` | Deploy global slash commands.                                                                                                       |\n| `prisma:push`           | Push prisma schema to the database.                                                                                                 |\n| `lint`                  | Check ESLint warnings and errors.                                                                                                   |\n\n\n## Required Privileged Gateway Intents\n- Message Content Intent\n\n\n## Required Bot Permissions\n### General Permissions\n- Manage Channels\n- Manage Webhooks\n- Read Messages/View Channels\n\n### Text Permissions\n- Send Messages\n- Read Message History","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevasquare%2Fdiscord-gpt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevasquare%2Fdiscord-gpt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevasquare%2Fdiscord-gpt/lists"}