mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-04-12 11:17:58 +00:00
25 lines
686 B
Plaintext
25 lines
686 B
Plaintext
=== Webservices
|
|
|
|
Integrates different web APIs to be used via the bot.
|
|
|
|
|
|
=== Youtube
|
|
Feature key: `youtube`
|
|
|
|
==== Feature modes
|
|
`videoDetails`:: if enabled, the video shown with video details. Disabled by default.
|
|
|
|
==== Command
|
|
Search for a youtube video::
|
|
* Usage: `youtubeSearch <query>`
|
|
* Aliases: `yt`
|
|
* Description: Searches youtube for a video with this query, and returns the link with additional information.
|
|
|
|
=== Urban dictionary
|
|
Feature key: `urban`
|
|
|
|
==== Command
|
|
Search for an urban dictionary definition::
|
|
* Usage: `urbanDefine <query>`
|
|
* Aliases: `ud`
|
|
* Description: Searches an urban dictionary definition, and returns the definition, with an example and meta information. |