achyuth4 / OpenGPT-discord-bot

Discord chatbot and image generator powered by freeGPT.

Home Page:https://dsc.gg/freegpt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The OpenGPT bot has been verified, invite it here

OpenGPT-discord-bot

Discord chatbot and image generator powered by OpenGPT.

Support this repository:

Running the code:

1. Download the code and extract it, and create a discord account if you still haven't.
2. Make sure you have Python installed on your computer. If its not installed Download Python here.
3. Install the required dependencies:
pip install -r requirements.txt
4. Go to the Discord Developer Portal and create a new application. Give it a name and click "Create".
5. Navigate to the "Bot" tab and click "Add Bot". Enable all intents then finally press "Save Changes".
6. Copy the bot token, go to bot.py and go to the end of the code, put the TOKEN here:
TOKEN = "your bot token here"
7. Run bot.py:
py bot.py

Result: Your bot should now come online and be ready to receive commands and events.

About

Discord chatbot and image generator powered by freeGPT.

https://dsc.gg/freegpt

License:GNU General Public License v2.0


Languages

Language:Python 100.0%