Updated documenation

This commit is contained in:
Hash Borgir 2024-02-12 21:00:59 -07:00
parent ef7704c0bb
commit c9fd5b3d9b
2 changed files with 14 additions and 4 deletions

View File

@ -83,6 +83,10 @@ Increases the karma points for the specified user by 1 in the database and sends
Decreases the karma points for the specified user by 1.
Decreases the karma points for the specified user by 1 in the database and sends the updated points as a message to the chat room.
📄 **!llm [prompt]
An AI large language model designed to serve as a chatbot within a vibrant and diverse community chat room hosted on the Matrix platform.
(Currently loaded model: **TheBloke_Mistral-7B-Instruct-v0.2-GPTQ**
# 🌟 Funguy Bot Credits 🌟
🧙‍♂️ Creator & Developer:

View File

@ -32,22 +32,28 @@ Fetches the current date and time using Python's `datetime` module and sends it
Retrieves a tested/working random SOCKS5 proxy.
Fetches a list of SOCKS5 proxies, tests their availability, and sends the first working proxy to the chat room.
📶 **!isup <domain/ip>**
📶 **!isup [domain/ip]**
Checks if the specified domain or IP address is reachable.
Checks if the specified domain or IP address is reachable by attempting to ping it. If DNS resolution is successful, it checks HTTP and HTTPS service availability by sending requests to the domain.
**!karma <user>**
**!karma [user]**
Retrieves the karma points for the specified user.
Retrieves the karma points for the specified user from a database and sends them as a message to the chat room.
**!karma <user> up**
**!karma [user] up**
Increases the karma points for the specified user by 1.
Increases the karma points for the specified user by 1 in the database and sends the updated points as a message to the chat room.
**!karma <user> down**
**!karma [user] down**
Decreases the karma points for the specified user by 1.
Decreases the karma points for the specified user by 1 in the database and sends the updated points as a message to the chat room.
📄 **!llm [prompt]
An AI large language model designed to serve as a chatbot within a vibrant and diverse community chat room hosted on the Matrix platform.
(Currently loaded model: **TheBloke_Mistral-7B-Instruct-v0.2-GPTQ**
---
# 🌟 Funguy Bot Credits 🌟
🧙 Creator & Developer: