Fix documentation placement for Wikipedia and Time plugins
- Moved Wikipedia and Time plugin documentation to correct section in help.py - Fixed Time plugin documentation format in README.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -641,7 +641,7 @@ Fetches Wikipedia summaries and main images for search terms using MediaWiki API
|
|||||||
|
|
||||||
### Time Plugin
|
### Time Plugin
|
||||||
|
|
||||||
**!time [location]**
|
**!time <location>**
|
||||||
Fetches current time information for locations using the TimeAPI.io service.
|
Fetches current time information for locations using the TimeAPI.io service.
|
||||||
|
|
||||||
**Examples:**
|
**Examples:**
|
||||||
|
|||||||
+28
-26
@@ -473,6 +473,34 @@ Search Exploit-DB for security vulnerabilities and exploits. Returns detailed in
|
|||||||
<p>Automatic preview when YouTube links are posted. Shows video info, description, and attempts to fetch lyrics. Also supports !yt [search terms] for direct YouTube searching.</p>
|
<p>Automatic preview when YouTube links are posted. Shows video info, description, and attempts to fetch lyrics. Also supports !yt [search terms] for direct YouTube searching.</p>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
<details><summary>📘 <strong>!wp <search term></strong></summary>
|
||||||
|
<p>Fetches Wikipedia summaries and main images for search terms using MediaWiki APIs. No HTML scraping or BeautifulSoup required.<br>
|
||||||
|
<strong>Usage:</strong><br>
|
||||||
|
<code>!wp <search term></code> - Fetch Wikipedia summary for any search term<br>
|
||||||
|
<code>!wp help</code> - Show usage instructions<br>
|
||||||
|
<br>
|
||||||
|
<strong>Examples:</strong><br>
|
||||||
|
<code>!wp artificial intelligence</code><br>
|
||||||
|
<code>!wp machine learning</code><br>
|
||||||
|
<code>!wp python programming</code>
|
||||||
|
</p>
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details><summary>📘 <strong>!time <location></strong></summary>
|
||||||
|
<p>Fetches current time information for locations using the TimeAPI.io service.<br>
|
||||||
|
<strong>Usage:</strong><br>
|
||||||
|
<code>!time <location></code> - Get time for a location<br>
|
||||||
|
<code>!time help</code> - Show usage instructions<br>
|
||||||
|
<br>
|
||||||
|
<strong>Examples:</strong><br>
|
||||||
|
<code>!time London</code> - Get time in London<br>
|
||||||
|
<code>!time Tokyo</code> - Get time in Tokyo<br>
|
||||||
|
<code>!time New York</code> - Get time in New York<br>
|
||||||
|
<br>
|
||||||
|
<strong>Supported locations:</strong> Major cities worldwide including New York, London, Tokyo, Sydney, Paris, Berlin, etc.
|
||||||
|
</p>
|
||||||
|
</details>
|
||||||
|
|
||||||
<details><summary>⏱️ <strong>!cron [add|remove] [room_id] [cron_entry] [command]</strong></summary>
|
<details><summary>⏱️ <strong>!cron [add|remove] [room_id] [cron_entry] [command]</strong></summary>
|
||||||
<p>Schedule automated commands using cron syntax. Add or remove cron jobs for specific rooms and commands.</p>
|
<p>Schedule automated commands using cron syntax. Add or remove cron jobs for specific rooms and commands.</p>
|
||||||
</details>
|
</details>
|
||||||
@@ -497,32 +525,6 @@ Search Exploit-DB for security vulnerabilities and exploits. Returns detailed in
|
|||||||
</p>
|
</p>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details><summary>📘 <strong>!wp <search term></strong></summary>
|
|
||||||
<p>Fetches Wikipedia summaries and main images for search terms using MediaWiki APIs. No HTML scraping or BeautifulSoup required.<br>
|
|
||||||
<strong>Usage:</strong><br>
|
|
||||||
<code>!wp <search term></code> - Fetch Wikipedia summary for any search term<br>
|
|
||||||
<code>!wp help</code> - Show usage instructions<br>
|
|
||||||
<br>
|
|
||||||
<strong>Examples:</strong><br>
|
|
||||||
<code>!wp artificial intelligence</code><br>
|
|
||||||
<code>!wp machine learning</code><br>
|
|
||||||
<code>!wp python programming</code>
|
|
||||||
</p>
|
|
||||||
</details>
|
|
||||||
|
|
||||||
<details><summary>📘 <strong>!time [location]</strong></summary>
|
|
||||||
<p>Fetches current time information for locations using the TimeAPI.io service.<br>
|
|
||||||
<strong>Usage:</strong><br>
|
|
||||||
<code>!time <location></code> - Get time for a location<br>
|
|
||||||
<code>!time help</code> - Show usage instructions<br>
|
|
||||||
<br>
|
|
||||||
<strong>Examples:</strong><br>
|
|
||||||
<code>!time London</code> - Get time in London<br>
|
|
||||||
<code>!time Tokyo</code> - Get time in Tokyo<br>
|
|
||||||
<code>!time New York</code> - Get time in New York<br>
|
|
||||||
<br>
|
|
||||||
<strong>Supported locations:</strong> Major cities worldwide including New York, London, Tokyo, Sydney, Paris, Berlin, etc.
|
|
||||||
</p>
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
<details><summary><strong>🤖 Funguy Bot AI Commands</strong></summary>
|
<details><summary><strong>🤖 Funguy Bot AI Commands</strong></summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user