/SimpleChatbot

Simple Discord chatbot using g4f and pycord

Primary LanguagePythonMIT LicenseMIT

SimpleChatbot

About

SimpleChatbot is a barebones discord bot made with py-cord and g4f. It allows for quick creation of chatbots, and serves as an example for what to do.

Usage

$ git clone https://github.com/FireStreaker2/SimpleChatbot.git
$ cd SimpleChatbot
$ python -m venv .venv
$ source .venv/bin/active
$ pip install -r requirements.txt
$ python main.py

License

MIT