dbot/modules-stock/soundcloud/README.md
Georg 70a21d2b18
Signed-off-by: Georg <georg@lysergic.dev>
Init

- Initial fixes in modules
- Bundled adapted jsbot
- Elaborative README.md
2021-08-24 21:16:26 +02:00

547 B

Soundcloud

Adds various Soundcloud functionality.

Description

This module provides a command which allows users to search Soundcloud for a song.

Dependencies

It has following dependencies: + request

config.json

client_id and output prefix can be set.

{
    "client_id": "CLIENT _ID_HERE,
    "outputPrefix": "\u000307soundcloud\u000f",
    "dependencies": [ "link" ]
}

Commands

~soundcloud [song]

Searches Soundcloud for a song. Example: + ~soundcloud TNGHT

TODO