diff --git a/README.md b/README.md index a8c01c3..b6c788d 100644 --- a/README.md +++ b/README.md @@ -641,7 +641,7 @@ Fetches Wikipedia summaries and main images for search terms using MediaWiki API ### Time Plugin -**!time [location]** +**!time ** Fetches current time information for locations using the TimeAPI.io service. **Examples:** diff --git a/plugins/help.py b/plugins/help.py index a74bd4d..ec8efee 100644 --- a/plugins/help.py +++ b/plugins/help.py @@ -473,6 +473,34 @@ Search Exploit-DB for security vulnerabilities and exploits. Returns detailed in

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.

+
📘 !wp +

Fetches Wikipedia summaries and main images for search terms using MediaWiki APIs. No HTML scraping or BeautifulSoup required.
+Usage:
+!wp - Fetch Wikipedia summary for any search term
+!wp help - Show usage instructions
+
+Examples:
+!wp artificial intelligence
+!wp machine learning
+!wp python programming +

+
+ +
📘 !time +

Fetches current time information for locations using the TimeAPI.io service.
+Usage:
+!time - Get time for a location
+!time help - Show usage instructions
+
+Examples:
+!time London - Get time in London
+!time Tokyo - Get time in Tokyo
+!time New York - Get time in New York
+
+Supported locations: Major cities worldwide including New York, London, Tokyo, Sydney, Paris, Berlin, etc. +

+
+
⏱️ !cron [add|remove] [room_id] [cron_entry] [command]

Schedule automated commands using cron syntax. Add or remove cron jobs for specific rooms and commands.

@@ -497,32 +525,6 @@ Search Exploit-DB for security vulnerabilities and exploits. Returns detailed in

-
📘 !wp -

Fetches Wikipedia summaries and main images for search terms using MediaWiki APIs. No HTML scraping or BeautifulSoup required.
-Usage:
-!wp - Fetch Wikipedia summary for any search term
-!wp help - Show usage instructions
-
-Examples:
-!wp artificial intelligence
-!wp machine learning
-!wp python programming -

-
- -
📘 !time [location] -

Fetches current time information for locations using the TimeAPI.io service.
-Usage:
-!time - Get time for a location
-!time help - Show usage instructions
-
-Examples:
-!time London - Get time in London
-!time Tokyo - Get time in Tokyo
-!time New York - Get time in New York
-
-Supported locations: Major cities worldwide including New York, London, Tokyo, Sydney, Paris, Berlin, etc. -

🤖 Funguy Bot AI Commands