Help updated
This commit is contained in:
@@ -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
|
- `!funguy <prompt>` Talk to the Tech AI LLM
|
||||||
- `!music <prompt>` Talk to the music knowledge LLM
|
- `!music <prompt>` Talk to the music knowledge LLM
|
||||||
- `!yt <search terms>` Search Youtube
|
- `!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.
|
For a complete list of available commands and their descriptions, use the `!commands` command.
|
||||||
|
|
||||||
# 🍄 Funguy Bot Commands 🍄
|
# 🍄 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]**
|
🎝 **!music [prompt]**
|
||||||
Your music expert! Try it out.
|
Your music expert! Try it out.
|
||||||
|
|
||||||
|
🌧️**!weather New York**
|
||||||
|
Get Weather information
|
||||||
|
|
||||||
|
📄 **!ud <term>**
|
||||||
|
Get Urban Dictionary Definition
|
||||||
|
|
||||||
# 🌟 Funguy Bot Credits 🌟
|
# 🌟 Funguy Bot Credits 🌟
|
||||||
|
|
||||||
🧙♂️ Creator & Developer:
|
🧙♂️ Creator & Developer:
|
||||||
|
@@ -69,6 +69,14 @@ async def handle_command(room, message, bot, prefix, config):
|
|||||||
<p>Get random xkcd image.</p>
|
<p>Get random xkcd image.</p>
|
||||||
</details>
|
</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>
|
<details><summary>🌟 <strong>Funguy Bot Credits</strong> 🌟</summary>
|
||||||
<p>🧙♂️ Creator & Developer: Hash Borgir is the author of 🍄Funguy Bot🍄. (@hashborgir:mozilla.org)</p>
|
<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>
|
<p>Join our Matrix Room: [Self-hosting | Security | Sysadmin | Homelab | Programming](https://matrix.to/#/#selfhosting:mozilla.org)</p>
|
||||||
|
Reference in New Issue
Block a user