Changes in 0.9.1
----------------
+ * Add stickernames command
* Add searchcount command
* Improved documentation, add supported commands rtype
* **sticker delete** -> None
* **sticker list** -> list
* **sticker find** -> list[dict]
+* **stickernames** -> list
Connection settings
^^^^^^^^^^^^^^^^^^^
"sticker delete": self._fetch_nothing,
"sticker list": self._fetch_list,
"sticker find": self._fetch_songs,
+ "stickernames": self._fetch_list,
# Connection settings # connection-settings
"close": None,
"kill": None,