This is a Python-based Discord bot using the discord.py
library. The bot responds to messages, can change its profile picture, and provide latency information. Additionally, it uses the theb
from GPT4FREE for generating responses based on conversation history.
- Toggle active channel for a server by using
!toggleactive
command.⚠️
- Toggle if dm should be active or not by using
!toggledm
⚠️
-
Changes its profile picture with the
!pfp [url or attachment]
command. -
Provides latency information with the
!ping
command. -
Changes its username with the
!changeusr [New username]
command. -
If anything gose wrong use
!bonk
to clear history⚠️
git clone https://github.com/mishalhossin/Discord-Chatbot-Gpt4Free
cd Discord-Chatbot-Gpt4Free
Step 3. 🔑 Getting discord bot token and enabling intents from here
DISCORD_TOKEN=token_from_step_3
- If you dont have pip already. Run
python get-pip.py
on windows
pip install -r requirements.txt
pip3 install -r requirements.txt
py main.py
or
python main.py
python main.py
or
python3 main.py
- Invite your bot and DM (Direct message) it |
⚠️ Make sure you have DM enabled - if you want it in server channel use !toggleactive
- For more awesome commands use !welp
- Have a working bot token
- Follow up-to step 4
apt update -y ; sudo apt upgrade -y; sudo apt autoremove -y; sudo apt install docker-compose -y
sudo docker-compose up --build
- Follow all the steps except
step 1
- Have a replit account
- Please note
.env
is found in secrets tab of replit :
- Config
.env
in replit like this :