ITzArshia GPT Discord Bot Save

🧠 Example Discord Bot written in JavaScript that uses OpenAIs models such as ,`GPT 4`, `GPT-3.5-Turbo`, `Dall-E`, and `Text-Moderation-Stable` with many features such as ChatGPT-Style Conversation, image-Generator, Auto-Moderator and more!

Project README

Chat GPT Discord Bot

GPT Discord Bot is the original Discord AI bot written in JavaScript, using the Discord.js V14 library powered by OpenAI's models. It has different features such as answering all of your questions or drawing your imagination and even translating your prompts from any language to any other language you want and also has a configurable Auto Moderation system powered by AI which watches all of your server messages (if you want, you can turn it off/on) and report flagged messages to Admins and they can moderate it and other features which you can see example in Screenshots!

🚧 Requirements

  1. Discord Bot Token Guide
    1.1. Enable "Message Content Intent" and "Server Members Intent" in Discord Developer Portal
  2. OpenAI API Key
  3. Node.js 16.9.0 or higher

🚀 Getting Started

⚙️ Configuration

Go to config.json in the configs folder and fill out the values:

{
    "Prefix": "Put anything you want as a prefix",
    "MainColor": "Put any #HexCode you want for embeds color",
    "ErrorColor": "Put any #HexCode you want for embeds color when there is an error",
    "ClientID": "Put your Bot ID/Client ID here",
    "Token": "Put your Bot Token here",
    "OpenAIapiKey": "Put your Open AI API Key here"
}

⚠️ Note: Never commit or share your token publicly ⚠️

and if you want to use the chatbot or moderation model fill and config chatbot.js and moderation.js in the configs folder (Information on how to configure them is available in the files themselves)

🧠 installation

Open your terminal and install the required packages with

npm install

After installation finishes run node register.js to deploy slash commands and then run node index.js in the terminal to start the bot.

💫 Features

Commands

Ask : Answers your questions with all GPT models (GPT-3.5-Turbo & GPT-4.0)!

Imagine : Draw your imaginations with Dall∙E!

Optimize : Optimizes your imaginations to get a better response with the imagine command with GPT-3.5-Turbo!

Translate : Translate your texts in any language to any language you want with GPT-3.5-Turbo.

Systems

ChatBot : A Channel where you can talk to the bot and have ChatGPT-Style conversation with GPT-3.5-Turbo. (It has a temporary memory so that it can remember the contents for a short time)

Auto-Moderation : An Auto Mod system that checks all of your server messages and sends a log for your Admins if a message content complies with OpenAI's usage policies with Text-Moderation-Stable (moderation model is free to use and you can config it as much as you want)

📸 Screenshots

Ask imagine Translate Conversation Auto Mod

❤️ Donations

You can support me by donating if you like the project!

Only available for Iranians :(

Made with ❤️ and JavaScript, Don't Forget to ⭐

Open Source Agenda is not affiliated with "ITzArshia GPT Discord Bot" Project. README Source: iTzArshia/GPT-Discord-Bot

Open Source Agenda Badge

Open Source Agenda Rating