Help updated

This commit is contained in:
2025-10-16 00:46:09 -05:00
parent 89fc69557a
commit 25d84ed392
2 changed files with 16 additions and 0 deletions

View File

@@ -88,6 +88,8 @@ To use the bot, invite it to a Matrix room and interact with it by sending comma
- `!funguy <prompt>` Talk to the Tech AI LLM
- `!music <prompt>` Talk to the music knowledge LLM
- `!yt <search terms>` Search Youtube
- `!weather New York` Get Weather information
- `!ud <term>` Get Urban Dictionary definition
For a complete list of available commands and their descriptions, use the `!commands` command.
# 🍄 Funguy Bot Commands 🍄
@@ -127,6 +129,12 @@ An AI large language model designed to serve as a chatbot within a vibrant and d
🎝 **!music [prompt]**
Your music expert! Try it out.
🌧️**!weather New York**
Get Weather information
📄 **!ud <term>**
Get Urban Dictionary Definition
# 🌟 Funguy Bot Credits 🌟
🧙‍♂️ Creator & Developer:

View File

@@ -69,6 +69,14 @@ async def handle_command(room, message, bot, prefix, config):
<p>Get random xkcd image.</p>
</details>
<details><summary>📸 <strong>!weather</strong></summary>
<p>Get weather info</p>
</details>
<details><summary>📸 <strong>!ud</strong></summary>
<p>Get Urban Dictionary definition.</p>
</details>
<details><summary>🌟 <strong>Funguy Bot Credits</strong> 🌟</summary>
<p>🧙‍♂️ Creator & Developer: Hash Borgir is the author of 🍄Funguy Bot🍄. (@hashborgir:mozilla.org)</p>
<p>Join our Matrix Room: [Self-hosting | Security | Sysadmin | Homelab | Programming](https://matrix.to/#/#selfhosting:mozilla.org)</p>