From 7a741b52de2b1a85561fe039e2922fc6ee0bcec6 Mon Sep 17 00:00:00 2001 From: Soulsender Date: Fri, 6 Sep 2024 22:19:58 -0700 Subject: [PATCH] updated requirements.txt --- README.md | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6de58da..bcc2076 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ A multipurpose discord bot originally created for a meme. ### Functions +- `/askfrong` and `/askchatgpt` can be used to get the bot to use the ChatGPT API to respond in the theme of the god Frong, or to give a generic ChatGPT response. - If a user says the word "frong" the bot will reply with "frong" and the attached image below. - It will also take note of the user, and add them to `data.csv` to count how many times they say frong in total. This `data.csv` files is mounted via docker volume for persistant storage through updates, and ease of backup ~~(if you REALLY care about backing this shit up, consider taking a shower)~~. - You can use `/leaderboard` to see frongs by users, and total frongs said. diff --git a/requirements.txt b/requirements.txt index 6dcb91c..1137c67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ nextcord -python-dotenv \ No newline at end of file +python-dotenv +openai \ No newline at end of file