arjuncvinod / JARVIS-Discord-Bot

A gpt-3.5-turbo integrated Discord bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jarvis - Discord Bot

Jarvis is a gpt-3.5-turbo integrated Discord bot

Installation

Prerequisites

  • Python 3.6 or higher installed
  • Discord bot token
  • OpenAI API key

Clone the Repository

Clone the repository to your local machine:

git clone https://github.com/arjuncvinod/JARVIS-Discord-Bot.git

Install Dependencies

Navigate to the project directory and install the required dependencies:

pip install -r requirements.txt

Set Up Environment Variables

Create a .env file in the root directory of the project and add your Discord bot token and OpenAI API key:

TOKEN=your_discord_bot_token
OPENAI_API_KEY=your_openai_api_key

Run the Bot

Run the bot using the following command:

python main.py

Usage

Once the bot is running, it will automatically respond to messages Use the /servername command to display the server's name.

Join this server to use the bot

image

About

A gpt-3.5-turbo integrated Discord bot

License:MIT License


Languages

Language:Python 100.0%