diff --git a/.gitignore b/.gitignore index 85bc86f..f257a4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,7 @@ # Node -node_modules +node_modules/ # Compiled files -lib - -# Tests -**test** +lib/ +examples/index.js +examples/index2.js diff --git a/docs/api-docs/classes/ClientWithTempManager.html b/docs/api-docs/classes/ClientWithTempManager.html index 470f04d..77de5d6 100644 --- a/docs/api-docs/classes/ClientWithTempManager.html +++ b/docs/api-docs/classes/ClientWithTempManager.html @@ -1,10 +1,10 @@
Creates an instance of ClientWithTempManager.
Optional
options: ClientOptionsOptions for the client
ClientWithTempManager
-Readonly
tempAn instance of TempChannelsManager that currently manages all the temporary channels for the client.
+Readonly
tempAn instance of TempChannelsManager that currently manages all the temporary channels for the client.
ClientWithTempManager#tempChannelsManager
-
A wrapper of Client that provides a support for the TempChannelsManager.
Export
ClientWithTempManager
-