Skip to content

Commit

Permalink
updated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulsender committed Sep 7, 2024
1 parent 0535a48 commit 7a741b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
nextcord
python-dotenv
python-dotenv
openai

0 comments on commit 7a741b5

Please sign in to comment.