Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 2738b8e

Browse files
committed
update README and build script
1 parent b85e49d commit 2738b8e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ A multipurpose discord bot originally created for a meme.
44

55
### Functions
66
- If a user says the word "frong" the bot will reply with "frong" and the attached image below.
7+
- 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)~~.
8+
- You can use `/leaderboard` to see frongs by users, and total frongs said.
9+
- ~~I put way too much time into this stupid project.~~
710
- If a user says "I use arch btw" or something of a similar degree, the bot will reply with a random response from a list of responses. These include gifs, images, and phrases.
811
- `/googlethat` can be used to sarcastically look something up for a user that is too lazy to do it themselves. The bot will reply with a link to [letmegooglethat.com](https://letmegooglethat.com/) with the search query specified.
912
- `/frong` and `/frongs` can be used to get the bot to respond with different urban-dictionary-esc phrases made by the CosmodiumCS community.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker build -t frong-bot .
22
docker tag frong-bot soulsender/frong-bot:latest
3-
sudo docker push soulsender/frong-bot:latest
3+
docker push soulsender/frong-bot:latest

0 commit comments

Comments
 (0)