diff --git a/.gitignore b/.gitignore index 446d999..f1558f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ -dist +dist/ node_modules/ package-lock.json index.js -docs \ No newline at end of file +docs/ \ No newline at end of file diff --git a/docs/.nojekyll b/docs/.nojekyll deleted file mode 100644 index e2ac661..0000000 --- a/docs/.nojekyll +++ /dev/null @@ -1 +0,0 @@ -TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css deleted file mode 100644 index 661871c..0000000 --- a/docs/assets/highlight.css +++ /dev/null @@ -1,78 +0,0 @@ -:root { - --light-hl-0: #000000; - --dark-hl-0: #D4D4D4; - --light-hl-1: #0000FF; - --dark-hl-1: #569CD6; - --light-hl-2: #0070C1; - --dark-hl-2: #4FC1FF; - --light-hl-3: #795E26; - --dark-hl-3: #DCDCAA; - --light-hl-4: #A31515; - --dark-hl-4: #CE9178; - --light-hl-5: #AF00DB; - --dark-hl-5: #C586C0; - --light-hl-6: #001080; - --dark-hl-6: #9CDCFE; - --light-hl-7: #008000; - --dark-hl-7: #6A9955; - --light-code-background: #F5F5F5; - --dark-code-background: #1E1E1E; -} - -@media (prefers-color-scheme: light) { :root { - --hl-0: var(--light-hl-0); - --hl-1: var(--light-hl-1); - --hl-2: var(--light-hl-2); - --hl-3: var(--light-hl-3); - --hl-4: var(--light-hl-4); - --hl-5: var(--light-hl-5); - --hl-6: var(--light-hl-6); - --hl-7: var(--light-hl-7); - --code-background: var(--light-code-background); -} } - -@media (prefers-color-scheme: dark) { :root { - --hl-0: var(--dark-hl-0); - --hl-1: var(--dark-hl-1); - --hl-2: var(--dark-hl-2); - --hl-3: var(--dark-hl-3); - --hl-4: var(--dark-hl-4); - --hl-5: var(--dark-hl-5); - --hl-6: var(--dark-hl-6); - --hl-7: var(--dark-hl-7); - --code-background: var(--dark-code-background); -} } - -body.light { - --hl-0: var(--light-hl-0); - --hl-1: var(--light-hl-1); - --hl-2: var(--light-hl-2); - --hl-3: var(--light-hl-3); - --hl-4: var(--light-hl-4); - --hl-5: var(--light-hl-5); - --hl-6: var(--light-hl-6); - --hl-7: var(--light-hl-7); - --code-background: var(--light-code-background); -} - -body.dark { - --hl-0: var(--dark-hl-0); - --hl-1: var(--dark-hl-1); - --hl-2: var(--dark-hl-2); - --hl-3: var(--dark-hl-3); - --hl-4: var(--dark-hl-4); - --hl-5: var(--dark-hl-5); - --hl-6: var(--dark-hl-6); - --hl-7: var(--dark-hl-7); - --code-background: var(--dark-code-background); -} - -.hl-0 { color: var(--hl-0); } -.hl-1 { color: var(--hl-1); } -.hl-2 { color: var(--hl-2); } -.hl-3 { color: var(--hl-3); } -.hl-4 { color: var(--hl-4); } -.hl-5 { color: var(--hl-5); } -.hl-6 { color: var(--hl-6); } -.hl-7 { color: var(--hl-7); } -pre, code { background: var(--code-background); } diff --git a/docs/assets/icons.css b/docs/assets/icons.css deleted file mode 100644 index 776a356..0000000 --- a/docs/assets/icons.css +++ /dev/null @@ -1,1043 +0,0 @@ -.tsd-kind-icon { - display: block; - position: relative; - padding-left: 20px; - text-indent: -20px; -} -.tsd-kind-icon:before { - content: ""; - display: inline-block; - vertical-align: middle; - width: 17px; - height: 17px; - margin: 0 3px 2px 0; - background-image: url(./icons.png); -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(./icons@2x.png); - background-size: 238px 204px; - } -} - -.tsd-signature.tsd-kind-icon:before { - background-position: 0 -153px; -} - -.tsd-kind-object-literal > .tsd-kind-icon:before { - background-position: 0px -17px; -} -.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -17px; -} -.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -17px; -} - -.tsd-kind-class > .tsd-kind-icon:before { - background-position: 0px -34px; -} -.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -34px; -} -.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -34px; -} - -.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -51px; -} -.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -51px; -} - -.tsd-kind-interface > .tsd-kind-icon:before { - background-position: 0px -68px; -} -.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -68px; -} -.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -68px; -} - -.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -85px; -} -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -34px -85px; -} - -.tsd-kind-namespace > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-module > .tsd-kind-icon:before { - background-position: 0px -102px; -} -.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; -} -.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; -} - -.tsd-kind-enum > .tsd-kind-icon:before { - background-position: 0px -119px; -} -.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -119px; -} -.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -119px; -} - -.tsd-kind-enum-member > .tsd-kind-icon:before { - background-position: 0px -136px; -} -.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -136px; -} -.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -136px; -} - -.tsd-kind-signature > .tsd-kind-icon:before { - background-position: 0px -153px; -} -.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -153px; -} -.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -153px; -} - -.tsd-kind-type-alias > .tsd-kind-icon:before { - background-position: 0px -170px; -} -.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -170px; -} -.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -170px; -} - -.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -17px -187px; -} -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -34px -187px; -} - -.tsd-kind-variable > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-property > .tsd-kind-icon:before { - background-position: -136px -0px; -} -.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; -} -.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -0px; -} -.tsd-kind-property.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -0px; -} -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; -} -.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -0px; -} - -.tsd-kind-get-signature > .tsd-kind-icon:before { - background-position: -136px -17px; -} -.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -17px; -} -.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -17px; -} -.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -17px; -} - -.tsd-kind-set-signature > .tsd-kind-icon:before { - background-position: -136px -34px; -} -.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -34px; -} -.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -34px; -} -.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -34px; -} - -.tsd-kind-accessor > .tsd-kind-icon:before { - background-position: -136px -51px; -} -.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -51px; -} -.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -51px; -} -.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -51px; -} - -.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-function.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -68px; -} -.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; -} -.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; -} -.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -68px; -} - -.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -85px; -} -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -85px; -} - -.tsd-kind-constructor > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-constructor-signature > .tsd-kind-icon:before { - background-position: -136px -102px; -} -.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; -} -.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -102px; -} -.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -102px; -} - -.tsd-kind-index-signature > .tsd-kind-icon:before { - background-position: -136px -119px; -} -.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -119px; -} -.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -119px; -} -.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -119px; -} - -.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -136px; -} -.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -136px; -} -.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -136px; -} -.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -136px; -} -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -136px; -} -.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -136px; -} - -.tsd-is-static > .tsd-kind-icon:before { - background-position: -136px -153px; -} -.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -153px; -} -.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -153px; -} -.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -153px; -} -.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; -} -.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -153px; -} -.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -153px; -} - -.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -153px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class - > .tsd-kind-icon:before { - background-position: -51px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum - > .tsd-kind-icon:before { - background-position: -170px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -170px; -} -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -170px; -} - -.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -68px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -85px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -102px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected - > .tsd-kind-icon:before { - background-position: -187px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private - > .tsd-kind-icon:before { - background-position: -119px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface - > .tsd-kind-icon:before { - background-position: -204px -187px; -} -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited - > .tsd-kind-icon:before { - background-position: -221px -187px; -} diff --git a/docs/assets/icons.png b/docs/assets/icons.png deleted file mode 100644 index 3836d5f..0000000 Binary files a/docs/assets/icons.png and /dev/null differ diff --git a/docs/assets/icons@2x.png b/docs/assets/icons@2x.png deleted file mode 100644 index 5a209e2..0000000 Binary files a/docs/assets/icons@2x.png and /dev/null differ diff --git a/docs/assets/main.js b/docs/assets/main.js deleted file mode 100644 index 99f331b..0000000 --- a/docs/assets/main.js +++ /dev/null @@ -1,52 +0,0 @@ -(()=>{var Ce=Object.create;var J=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var Re=Object.getPrototypeOf,_e=Object.prototype.hasOwnProperty;var Me=t=>J(t,"__esModule",{value:!0});var Fe=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var De=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!_e.call(t,i)&&(r||i!=="default")&&J(t,i,{get:()=>e[i],enumerable:!(n=Pe(e,i))||n.enumerable});return t},Ae=(t,e)=>De(Me(J(t!=null?Ce(Re(t)):{},"default",!e&&t&&t.__esModule?{get:()=>t.default,enumerable:!0}:{value:t,enumerable:!0})),t);var de=Fe((ce,he)=>{(function(){var t=function(e){var r=new t.Builder;return r.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),r.searchPipeline.add(t.stemmer),e.call(r,r),r.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(r){e.console&&console.warn&&console.warn(r)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var r=Object.create(null),n=Object.keys(e),i=0;i0){var h=t.utils.clone(r)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(n.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,r){r in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+r),e.label=r,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var r=e.label&&e.label in this.registeredFunctions;r||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. -`,e)},t.Pipeline.load=function(e){var r=new t.Pipeline;return e.forEach(function(n){var i=t.Pipeline.registeredFunctions[n];if(i)r.add(i);else throw new Error("Cannot load unregistered function: "+n)}),r},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(r){t.Pipeline.warnIfFunctionNotRegistered(r),this._stack.push(r)},this)},t.Pipeline.prototype.after=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");n=n+1,this._stack.splice(n,0,r)},t.Pipeline.prototype.before=function(e,r){t.Pipeline.warnIfFunctionNotRegistered(r);var n=this._stack.indexOf(e);if(n==-1)throw new Error("Cannot find existingFn");this._stack.splice(n,0,r)},t.Pipeline.prototype.remove=function(e){var r=this._stack.indexOf(e);r!=-1&&this._stack.splice(r,1)},t.Pipeline.prototype.run=function(e){for(var r=this._stack.length,n=0;n1&&(oe&&(n=s),o!=e);)i=n-r,s=r+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(r+=n[l+1]*i[h+1],l+=2,h+=2);return r},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),r=1,n=0;r0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),p=s.str.charAt(1),v;p in s.node.edges?v=s.node.edges[p]:(v=new t.TokenSet,s.node.edges[p]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return n},t.TokenSet.fromString=function(e){for(var r=new t.TokenSet,n=r,i=0,s=e.length;i=e;r--){var n=this.uncheckedNodes[r],i=n.child.toString();i in this.minimizedNodes?n.parent.edges[n.char]=this.minimizedNodes[i]:(n.child._str=i,this.minimizedNodes[i]=n.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(r){var n=new t.QueryParser(e,r);n.parse()})},t.Index.prototype.query=function(e){for(var r=new t.Query(this.fields),n=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,r){var n=e[this._ref],i=Object.keys(this._fields);this._documents[n]=r||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,r;do e=this.next(),r=e.charCodeAt(0);while(r>47&&r<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var r=e.next();if(r==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(r.charCodeAt(0)==92){e.escapeCharacter();continue}if(r==":")return t.QueryLexer.lexField;if(r=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(r=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(r=="+"&&e.width()===1||r=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(r.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,r){this.lexer=new t.QueryLexer(e),this.query=r,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var r=e.peekLexeme();if(r!=null)switch(r.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expected either a field or a term, found "+r.type;throw r.str.length>=1&&(n+=" with value '"+r.str+"'"),new t.QueryParseError(n,r.start,r.end)}},t.QueryParser.parsePresence=function(e){var r=e.consumeLexeme();if(r!=null){switch(r.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var n="unrecognised presence operator'"+r.str+"'";throw new t.QueryParseError(n,r.start,r.end)}var i=e.peekLexeme();if(i==null){var n="expecting term or field, found nothing";throw new t.QueryParseError(n,r.start,r.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var n="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(n,i.start,i.end)}}},t.QueryParser.parseField=function(e){var r=e.consumeLexeme();if(r!=null){if(e.query.allFields.indexOf(r.str)==-1){var n=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+r.str+"', possible fields: "+n;throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.fields=[r.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,r.start,r.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var r=e.consumeLexeme();if(r!=null){e.currentClause.term=r.str.toLowerCase(),r.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var n=e.peekLexeme();if(n==null){e.nextClause();return}switch(n.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+n.type+"'";throw new t.QueryParseError(i,n.start,n.end)}}},t.QueryParser.parseEditDistance=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="edit distance must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.editDistance=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var r=e.consumeLexeme();if(r!=null){var n=parseInt(r.str,10);if(isNaN(n)){var i="boost must be numeric";throw new t.QueryParseError(i,r.start,r.end)}e.currentClause.boost=n;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,r){typeof define=="function"&&define.amd?define(r):typeof ce=="object"?he.exports=r():e.lunr=r()}(this,function(){return t})})()});var le=[];function N(t,e){le.push({selector:e,constructor:t})}var X=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(r=>{e.querySelectorAll(r.selector).forEach(n=>{n.dataset.hasInstance||(new r.constructor({el:n}),n.dataset.hasInstance=String(!0))})})}};var Q=class{constructor(e){this.el=e.el}};var Z=class{constructor(){this.listeners={}}addEventListener(e,r){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(r)}removeEventListener(e,r){if(!(e in this.listeners))return;let n=this.listeners[e];for(let i=0,s=n.length;i{let r=Date.now();return(...n)=>{r+e-Date.now()<0&&(t(...n),r=Date.now())}};var ee=class extends Z{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.secondaryNav=document.querySelector(".tsd-navigation.secondary"),window.addEventListener("scroll",K(()=>this.onScroll(),10)),window.addEventListener("resize",K(()=>this.onResize(),10)),this.onResize(),this.onScroll()}triggerResize(){let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let e=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(e)}onScroll(){this.scrollTop=window.scrollY||0;let e=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(e),this.hideShowToolbar()}hideShowToolbar(){var r;let e=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0,e!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),(r=this.secondaryNav)==null||r.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop}},I=ee;I.instance=new ee;var te=class extends Q{constructor(e){super(e);this.anchors=[];this.index=-1;I.instance.addEventListener("resize",()=>this.onResize()),I.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let e=window.location.href;e.indexOf("#")!=-1&&(e=e.substr(0,e.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let n=r.href;if(n.indexOf("#")==-1||n.substr(0,e.length)!=e)return;let i=n.substr(n.indexOf("#")+1),s=document.querySelector("a.tsd-anchor[name="+i+"]"),o=r.parentNode;!s||!o||this.anchors.push({link:o,anchor:s,position:0})}),this.onResize()}onResize(){let e;for(let n=0,i=this.anchors.length;nn.position-i.position);let r=new CustomEvent("scroll",{detail:{scrollTop:I.instance.scrollTop}});this.onScroll(r)}onScroll(e){let r=e.detail.scrollTop+5,n=this.anchors,i=n.length-1,s=this.index;for(;s>-1&&n[s].position>r;)s-=1;for(;s-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=s,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let r;return(...n)=>{clearTimeout(r),r=setTimeout(()=>t(n),e)}};var fe=Ae(de());function pe(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let r=document.querySelector("#tsd-search input"),n=document.querySelector("#tsd-search .results");if(!r||!n)throw new Error("The input field or the result list wrapper was not found");let i=!1;n.addEventListener("mousedown",()=>i=!0),n.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Ve(t,n,r,s)}function Ve(t,e,r,n){r.addEventListener("input",ue(()=>{ze(t,e,r,n)},200));let i=!1;r.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ne(e,r):s.key=="Escape"?r.blur():s.key=="ArrowUp"?me(e,-1):s.key==="ArrowDown"?me(e,1):i=!1}),r.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!r.matches(":focus")&&s.key==="/"&&(r.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=fe.Index.load(window.searchData.index))}function ze(t,e,r,n){if(He(n,t),!n.index||!n.data)return;e.textContent="";let i=r.value.trim(),s=n.index.search(`*${i}*`);for(let o=0,a=Math.min(10,s.length);o${ve(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes;let p=document.createElement("a");p.href=n.base+u.url,p.classList.add("tsd-kind-icon"),p.innerHTML=l,h.append(p),e.appendChild(h)}}function me(t,e){let r=t.querySelector(".current");if(!r)r=t.querySelector(e==1?"li:first-child":"li:last-child"),r&&r.classList.add("current");else{let n=r;if(e===1)do n=n.nextElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);else do n=n.previousElementSibling;while(n instanceof HTMLElement&&n.offsetParent==null);n&&(r.classList.remove("current"),n.classList.add("current"))}}function Ne(t,e){let r=t.querySelector(".current");if(r||(r=t.querySelector("li:first-child")),r){let n=r.querySelector("a");n&&(window.location.href=n.href),e.blur()}}function ve(t,e){if(e==="")return t;let r=t.toLocaleLowerCase(),n=e.toLocaleLowerCase(),i=[],s=0,o=r.indexOf(n);for(;o!=-1;)i.push(re(t.substring(s,o)),`${re(t.substring(o,o+n.length))}`),s=o+n.length,o=r.indexOf(n,s);return i.push(re(t.substring(s))),i.join("")}var je={"&":"&","<":"<",">":">","'":"'",'"':"""};function re(t){return t.replace(/[&<>"'"]/g,e=>je[e])}var ge=class{constructor(e,r){this.signature=e,this.description=r}addClass(e){return this.signature.classList.add(e),this.description.classList.add(e),this}removeClass(e){return this.signature.classList.remove(e),this.description.classList.remove(e),this}},ne=class extends Q{constructor(e){super(e);this.groups=[];this.index=-1;this.createGroups(),this.container&&(this.el.classList.add("active"),Array.from(this.el.children).forEach(r=>{r.addEventListener("touchstart",n=>this.onClick(n)),r.addEventListener("click",n=>this.onClick(n))}),this.container.classList.add("active"),this.setIndex(0))}setIndex(e){if(e<0&&(e=0),e>this.groups.length-1&&(e=this.groups.length-1),this.index==e)return;let r=this.groups[e];if(this.index>-1){let n=this.groups[this.index];n.removeClass("current").addClass("fade-out"),r.addClass("current"),r.addClass("fade-in"),I.instance.triggerResize(),setTimeout(()=>{n.removeClass("fade-out"),r.removeClass("fade-in")},300)}else r.addClass("current"),I.instance.triggerResize();this.index=e}createGroups(){let e=this.el.children;if(e.length<2)return;this.container=this.el.nextElementSibling;let r=this.container.children;this.groups=[];for(let n=0;n{r.signature===e.currentTarget&&this.setIndex(n)})}};var C="mousedown",ye="mousemove",_="mouseup",G={x:0,y:0},xe=!1,ie=!1,Be=!1,A=!1,Le=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(Le?"is-mobile":"not-mobile");Le&&"ontouchstart"in document.documentElement&&(Be=!0,C="touchstart",ye="touchmove",_="touchend");document.addEventListener(C,t=>{ie=!0,A=!1;let e=C=="touchstart"?t.targetTouches[0]:t;G.y=e.pageY||0,G.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!ie&&!A){let e=C=="touchstart"?t.targetTouches[0]:t,r=G.x-(e.pageX||0),n=G.y-(e.pageY||0);A=Math.sqrt(r*r+n*n)>10}});document.addEventListener(_,()=>{ie=!1});document.addEventListener("click",t=>{xe&&(t.preventDefault(),t.stopImmediatePropagation(),xe=!1)});var se=class extends Q{constructor(e){super(e);this.className=this.el.dataset.toggle||"",this.el.addEventListener(_,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(C,r=>this.onDocumentPointerDown(r)),document.addEventListener(_,r=>this.onDocumentPointerUp(r))}setActive(e){if(this.active==e)return;this.active=e,document.documentElement.classList.toggle("has-"+this.className,e),this.el.classList.toggle("active",e);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(e){A||(this.setActive(!0),e.preventDefault())}onDocumentPointerDown(e){if(this.active){if(e.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(e){if(!A&&this.active&&e.target.closest(".col-menu")){let r=e.target.closest("a");if(r){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substr(0,n.indexOf("#"))),r.href.substr(0,n.length)==n&&setTimeout(()=>this.setActive(!1),250)}}}};var oe=class{constructor(e,r){this.key=e,this.value=r,this.defaultValue=r,this.initialize(),window.localStorage[this.key]&&this.setValue(this.fromLocalStorage(window.localStorage[this.key]))}initialize(){}setValue(e){if(this.value==e)return;let r=this.value;this.value=e,window.localStorage[this.key]=this.toLocalStorage(e),this.handleValueChange(r,e)}},ae=class extends oe{initialize(){let e=document.querySelector("#tsd-filter-"+this.key);!e||(this.checkbox=e,this.checkbox.addEventListener("change",()=>{this.setValue(this.checkbox.checked)}))}handleValueChange(e,r){!this.checkbox||(this.checkbox.checked=this.value,document.documentElement.classList.toggle("toggle-"+this.key,this.value!=this.defaultValue))}fromLocalStorage(e){return e=="true"}toLocalStorage(e){return e?"true":"false"}},Ee=class extends oe{initialize(){document.documentElement.classList.add("toggle-"+this.key+this.value);let e=document.querySelector("#tsd-filter-"+this.key);if(!e)return;this.select=e;let r=()=>{this.select.classList.add("active")},n=()=>{this.select.classList.remove("active")};this.select.addEventListener(C,r),this.select.addEventListener("mouseover",r),this.select.addEventListener("mouseleave",n),this.select.querySelectorAll("li").forEach(i=>{i.addEventListener(_,s=>{e.classList.remove("active"),this.setValue(s.target.dataset.value||"")})}),document.addEventListener(C,i=>{this.select.contains(i.target)||this.select.classList.remove("active")})}handleValueChange(e,r){this.select.querySelectorAll("li.selected").forEach(s=>{s.classList.remove("selected")});let n=this.select.querySelector('li[data-value="'+r+'"]'),i=this.select.querySelector(".tsd-select-label");n&&i&&(n.classList.add("selected"),i.textContent=n.textContent),document.documentElement.classList.remove("toggle-"+e),document.documentElement.classList.add("toggle-"+r)}fromLocalStorage(e){return e}toLocalStorage(e){return e}},Y=class extends Q{constructor(e){super(e);this.optionVisibility=new Ee("visibility","private"),this.optionInherited=new ae("inherited",!0),this.optionExternals=new ae("externals",!0)}static isSupported(){try{return typeof window.localStorage!="undefined"}catch{return!1}}};function be(t){let e=localStorage.getItem("tsd-theme")||"os";t.value=e,we(e),t.addEventListener("change",()=>{localStorage.setItem("tsd-theme",t.value),we(t.value)})}function we(t){switch(t){case"os":document.body.classList.remove("light","dark");break;case"light":document.body.classList.remove("dark"),document.body.classList.add("light");break;case"dark":document.body.classList.remove("light"),document.body.classList.add("dark");break}}pe();N(te,".menu-highlight");N(ne,".tsd-signatures");N(se,"a[data-toggle]");Y.isSupported()?N(Y,"#tsd-filter"):document.documentElement.classList.add("no-filter");var Te=document.getElementById("theme");Te&&be(Te);var qe=new X;Object.defineProperty(window,"app",{value:qe});})(); -/*! - * lunr.Builder - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Index - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Pipeline - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Set - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.TokenSet - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.Vector - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.stemmer - * Copyright (C) 2020 Oliver Nightingale - * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt - */ -/*! - * lunr.stopWordFilter - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.tokenizer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.trimmer - * Copyright (C) 2020 Oliver Nightingale - */ -/*! - * lunr.utils - * Copyright (C) 2020 Oliver Nightingale - */ -/** - * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 - * Copyright (C) 2020 Oliver Nightingale - * @license MIT - */ diff --git a/docs/assets/search.js b/docs/assets/search.js deleted file mode 100644 index d1f7d82..0000000 --- a/docs/assets/search.js +++ /dev/null @@ -1 +0,0 @@ -window.searchData = JSON.parse("{\"kinds\":{\"32\":\"Variable\",\"64\":\"Function\",\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\"},\"rows\":[{\"id\":0,\"kind\":32,\"name\":\"default\",\"url\":\"modules.html#default\",\"classes\":\"tsd-kind-variable\"},{\"id\":1,\"kind\":128,\"name\":\"CODMClient\",\"url\":\"classes/CODMClient.html\",\"classes\":\"tsd-kind-class\"},{\"id\":2,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CODMClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CODMClient\"},{\"id\":3,\"kind\":1024,\"name\":\"key\",\"url\":\"classes/CODMClient.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"CODMClient\"},{\"id\":4,\"kind\":2048,\"name\":\"getperk\",\"url\":\"classes/CODMClient.html#getperk\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CODMClient\"},{\"id\":5,\"kind\":2048,\"name\":\"getscorestreak\",\"url\":\"classes/CODMClient.html#getscorestreak\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CODMClient\"},{\"id\":6,\"kind\":256,\"name\":\"CODMClientOptions\",\"url\":\"interfaces/CODMClientOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":7,\"kind\":1024,\"name\":\"key\",\"url\":\"interfaces/CODMClientOptions.html#key\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CODMClientOptions\"},{\"id\":8,\"kind\":256,\"name\":\"PerkData\",\"url\":\"interfaces/PerkData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":9,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/PerkData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PerkData\"},{\"id\":10,\"kind\":1024,\"name\":\"perk\",\"url\":\"interfaces/PerkData.html#perk\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PerkData\"},{\"id\":11,\"kind\":1024,\"name\":\"effects\",\"url\":\"interfaces/PerkData.html#effects\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PerkData\"},{\"id\":12,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/PerkData.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"PerkData\"},{\"id\":13,\"kind\":256,\"name\":\"ScorestreakData\",\"url\":\"interfaces/ScorestreakData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":14,\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/ScorestreakData.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScorestreakData\"},{\"id\":15,\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/ScorestreakData.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScorestreakData\"},{\"id\":16,\"kind\":1024,\"name\":\"special\",\"url\":\"interfaces/ScorestreakData.html#special\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScorestreakData\"},{\"id\":17,\"kind\":1024,\"name\":\"cost\",\"url\":\"interfaces/ScorestreakData.html#cost\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScorestreakData\"},{\"id\":18,\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/ScorestreakData.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScorestreakData\"},{\"id\":19,\"kind\":1024,\"name\":\"manual\",\"url\":\"interfaces/ScorestreakData.html#manual\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScorestreakData\"},{\"id\":20,\"kind\":1024,\"name\":\"preview\",\"url\":\"interfaces/ScorestreakData.html#preview\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScorestreakData\"},{\"id\":21,\"kind\":1024,\"name\":\"preview_video\",\"url\":\"interfaces/ScorestreakData.html#preview_video\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ScorestreakData\"},{\"id\":22,\"kind\":128,\"name\":\"StarboardClient\",\"url\":\"classes/StarboardClient.html\",\"classes\":\"tsd-kind-class\"},{\"id\":23,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/StarboardClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"StarboardClient\"},{\"id\":24,\"kind\":1024,\"name\":\"client\",\"url\":\"classes/StarboardClient.html#client\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StarboardClient\"},{\"id\":25,\"kind\":1024,\"name\":\"color\",\"url\":\"classes/StarboardClient.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StarboardClient\"},{\"id\":26,\"kind\":1024,\"name\":\"guilds\",\"url\":\"classes/StarboardClient.html#guilds-1\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StarboardClient\"},{\"id\":27,\"kind\":1024,\"name\":\"cache\",\"url\":\"classes/StarboardClient.html#cache\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StarboardClient\"},{\"id\":28,\"kind\":1024,\"name\":\"config\",\"url\":\"classes/StarboardClient.html#config\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"StarboardClient\"},{\"id\":29,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StarboardClient.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"StarboardClient\"},{\"id\":30,\"kind\":1024,\"name\":\"guilds\",\"url\":\"classes/StarboardClient.html#__type.guilds\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StarboardClient.__type\"},{\"id\":31,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StarboardClient.html#__type.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"StarboardClient.__type\"},{\"id\":32,\"kind\":1024,\"name\":\"set\",\"url\":\"classes/StarboardClient.html#__type.__type-1.set\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StarboardClient.__type.__type\"},{\"id\":33,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StarboardClient.html#__type.__type-1.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"StarboardClient.__type.__type\"},{\"id\":34,\"kind\":1024,\"name\":\"add\",\"url\":\"classes/StarboardClient.html#__type.__type-1.add\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"StarboardClient.__type.__type\"},{\"id\":35,\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/StarboardClient.html#__type.__type-1.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"StarboardClient.__type.__type\"},{\"id\":36,\"kind\":2048,\"name\":\"cacheData\",\"url\":\"classes/StarboardClient.html#cacheData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"StarboardClient\"},{\"id\":37,\"kind\":2048,\"name\":\"validGuild\",\"url\":\"classes/StarboardClient.html#validGuild\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"StarboardClient\"},{\"id\":38,\"kind\":2048,\"name\":\"getData\",\"url\":\"classes/StarboardClient.html#getData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"StarboardClient\"},{\"id\":39,\"kind\":2048,\"name\":\"generateEdit\",\"url\":\"classes/StarboardClient.html#generateEdit\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"StarboardClient\"},{\"id\":40,\"kind\":2048,\"name\":\"listener\",\"url\":\"classes/StarboardClient.html#listener\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"StarboardClient\"},{\"id\":41,\"kind\":256,\"name\":\"StarboardClientOptions\",\"url\":\"interfaces/StarboardClientOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":42,\"kind\":1024,\"name\":\"client\",\"url\":\"interfaces/StarboardClientOptions.html#client\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StarboardClientOptions\"},{\"id\":43,\"kind\":1024,\"name\":\"color\",\"url\":\"interfaces/StarboardClientOptions.html#color\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StarboardClientOptions\"},{\"id\":44,\"kind\":1024,\"name\":\"Guilds\",\"url\":\"interfaces/StarboardClientOptions.html#Guilds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StarboardClientOptions\"},{\"id\":45,\"kind\":256,\"name\":\"StarboardGuild\",\"url\":\"interfaces/StarboardGuild.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":46,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/StarboardGuild.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StarboardGuild\"},{\"id\":47,\"kind\":1024,\"name\":\"options\",\"url\":\"interfaces/StarboardGuild.html#options\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StarboardGuild\"},{\"id\":48,\"kind\":256,\"name\":\"StarboardGuildOptions\",\"url\":\"interfaces/StarboardGuildOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":49,\"kind\":1024,\"name\":\"starCount\",\"url\":\"interfaces/StarboardGuildOptions.html#starCount\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StarboardGuildOptions\"},{\"id\":50,\"kind\":1024,\"name\":\"starboardChannel\",\"url\":\"interfaces/StarboardGuildOptions.html#starboardChannel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"StarboardGuildOptions\"},{\"id\":51,\"kind\":256,\"name\":\"starMessageData\",\"url\":\"interfaces/starMessageData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":52,\"kind\":1024,\"name\":\"origin\",\"url\":\"interfaces/starMessageData.html#origin\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"starMessageData\"},{\"id\":53,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/starMessageData.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"starMessageData\"},{\"id\":54,\"kind\":128,\"name\":\"CodeClient\",\"url\":\"classes/CodeClient.html\",\"classes\":\"tsd-kind-class\"},{\"id\":55,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/CodeClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"CodeClient\"},{\"id\":56,\"kind\":2048,\"name\":\"createBin\",\"url\":\"classes/CodeClient.html#createBin\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"CodeClient\"},{\"id\":57,\"kind\":256,\"name\":\"CodeData\",\"url\":\"interfaces/CodeData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":58,\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/CodeData.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"CodeData\"},{\"id\":59,\"kind\":128,\"name\":\"URLClient\",\"url\":\"classes/URLClient.html\",\"classes\":\"tsd-kind-class\"},{\"id\":60,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/URLClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"URLClient\"},{\"id\":61,\"kind\":2048,\"name\":\"createShortURL\",\"url\":\"classes/URLClient.html#createShortURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"URLClient\"},{\"id\":62,\"kind\":256,\"name\":\"URLData\",\"url\":\"interfaces/URLData.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":63,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/URLData.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"URLData\"},{\"id\":64,\"kind\":128,\"name\":\"GiveawaysClient\",\"url\":\"classes/GiveawaysClient.html\",\"classes\":\"tsd-kind-class\"},{\"id\":65,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/GiveawaysClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"GiveawaysClient\"},{\"id\":66,\"kind\":1024,\"name\":\"inviteschema\",\"url\":\"classes/GiveawaysClient.html#inviteschema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GiveawaysClient\"},{\"id\":67,\"kind\":1024,\"name\":\"schema\",\"url\":\"classes/GiveawaysClient.html#schema\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GiveawaysClient\"},{\"id\":68,\"kind\":1024,\"name\":\"client\",\"url\":\"classes/GiveawaysClient.html#client\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GiveawaysClient\"},{\"id\":69,\"kind\":1024,\"name\":\"GiveawayMessages\",\"url\":\"classes/GiveawaysClient.html#GiveawayMessages\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GiveawaysClient\"},{\"id\":70,\"kind\":1024,\"name\":\"MongooseConnectionURI\",\"url\":\"classes/GiveawaysClient.html#MongooseConnectionURI\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"GiveawaysClient\"},{\"id\":71,\"kind\":2048,\"name\":\"getButtons\",\"url\":\"classes/GiveawaysClient.html#getButtons\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GiveawaysClient\"},{\"id\":72,\"kind\":2048,\"name\":\"choose\",\"url\":\"classes/GiveawaysClient.html#choose\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GiveawaysClient\"},{\"id\":73,\"kind\":2048,\"name\":\"checkRoles\",\"url\":\"classes/GiveawaysClient.html#checkRoles\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GiveawaysClient\"},{\"id\":74,\"kind\":2048,\"name\":\"editButtons\",\"url\":\"classes/GiveawaysClient.html#editButtons\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GiveawaysClient\"},{\"id\":75,\"kind\":2048,\"name\":\"giveawayEmbed\",\"url\":\"classes/GiveawaysClient.html#giveawayEmbed\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GiveawaysClient\"},{\"id\":76,\"kind\":2048,\"name\":\"create\",\"url\":\"classes/GiveawaysClient.html#create\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GiveawaysClient\"},{\"id\":77,\"kind\":2048,\"name\":\"startTimer\",\"url\":\"classes/GiveawaysClient.html#startTimer\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GiveawaysClient\"},{\"id\":78,\"kind\":2048,\"name\":\"gotoGiveaway\",\"url\":\"classes/GiveawaysClient.html#gotoGiveaway\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GiveawaysClient\"},{\"id\":79,\"kind\":2048,\"name\":\"endByButton\",\"url\":\"classes/GiveawaysClient.html#endByButton\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GiveawaysClient\"},{\"id\":80,\"kind\":2048,\"name\":\"end\",\"url\":\"classes/GiveawaysClient.html#end\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GiveawaysClient\"},{\"id\":81,\"kind\":2048,\"name\":\"reroll\",\"url\":\"classes/GiveawaysClient.html#reroll\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GiveawaysClient\"},{\"id\":82,\"kind\":2048,\"name\":\"getByMessage\",\"url\":\"classes/GiveawaysClient.html#getByMessage\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GiveawaysClient\"},{\"id\":83,\"kind\":2048,\"name\":\"start\",\"url\":\"classes/GiveawaysClient.html#start\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"GiveawaysClient\"},{\"id\":84,\"kind\":2048,\"name\":\"replacePlaceholders\",\"url\":\"classes/GiveawaysClient.html#replacePlaceholders\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"GiveawaysClient\"},{\"id\":85,\"kind\":256,\"name\":\"GiveawaySchema\",\"url\":\"interfaces/GiveawaySchema.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":86,\"kind\":1024,\"name\":\"Guild\",\"url\":\"interfaces/GiveawaySchema.html#Guild\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":87,\"kind\":1024,\"name\":\"Channel\",\"url\":\"interfaces/GiveawaySchema.html#Channel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":88,\"kind\":1024,\"name\":\"Message\",\"url\":\"interfaces/GiveawaySchema.html#Message\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":89,\"kind\":1024,\"name\":\"HostBy\",\"url\":\"interfaces/GiveawaySchema.html#HostBy\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":90,\"kind\":1024,\"name\":\"End\",\"url\":\"interfaces/GiveawaySchema.html#End\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":91,\"kind\":1024,\"name\":\"Start\",\"url\":\"interfaces/GiveawaySchema.html#Start\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":92,\"kind\":1024,\"name\":\"Award\",\"url\":\"interfaces/GiveawaySchema.html#Award\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":93,\"kind\":1024,\"name\":\"Winners\",\"url\":\"interfaces/GiveawaySchema.html#Winners\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":94,\"kind\":1024,\"name\":\"Ended\",\"url\":\"interfaces/GiveawaySchema.html#Ended\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":95,\"kind\":1024,\"name\":\"Invites\",\"url\":\"interfaces/GiveawaySchema.html#Invites\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":96,\"kind\":1024,\"name\":\"Requirements\",\"url\":\"interfaces/GiveawaySchema.html#Requirements\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":97,\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/GiveawaySchema.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":98,\"kind\":1024,\"name\":\"Enabled\",\"url\":\"interfaces/GiveawaySchema.html#__type.Enabled\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GiveawaySchema.__type\"},{\"id\":99,\"kind\":1024,\"name\":\"Roles\",\"url\":\"interfaces/GiveawaySchema.html#__type.Roles\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"GiveawaySchema.__type\"},{\"id\":100,\"kind\":1024,\"name\":\"Clickers\",\"url\":\"interfaces/GiveawaySchema.html#Clickers\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaySchema\"},{\"id\":101,\"kind\":256,\"name\":\"GiveawaysClientOptions\",\"url\":\"interfaces/GiveawaysClientOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":102,\"kind\":1024,\"name\":\"client\",\"url\":\"interfaces/GiveawaysClientOptions.html#client\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaysClientOptions\"},{\"id\":103,\"kind\":1024,\"name\":\"MongooseConnectionURI\",\"url\":\"interfaces/GiveawaysClientOptions.html#MongooseConnectionURI\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaysClientOptions\"},{\"id\":104,\"kind\":1024,\"name\":\"GiveawayMessages\",\"url\":\"interfaces/GiveawaysClientOptions.html#GiveawayMessages\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"GiveawaysClientOptions\"},{\"id\":105,\"kind\":256,\"name\":\"DefaultGiveawayMessages\",\"url\":\"interfaces/DefaultGiveawayMessages.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":106,\"kind\":1024,\"name\":\"dmWinner\",\"url\":\"interfaces/DefaultGiveawayMessages.html#dmWinner\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":107,\"kind\":1024,\"name\":\"giveaway\",\"url\":\"interfaces/DefaultGiveawayMessages.html#giveaway\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":108,\"kind\":1024,\"name\":\"giveawayDescription\",\"url\":\"interfaces/DefaultGiveawayMessages.html#giveawayDescription\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":109,\"kind\":1024,\"name\":\"giveawayFooterImage\",\"url\":\"interfaces/DefaultGiveawayMessages.html#giveawayFooterImage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":110,\"kind\":1024,\"name\":\"winMessage\",\"url\":\"interfaces/DefaultGiveawayMessages.html#winMessage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":111,\"kind\":1024,\"name\":\"rerolledMessage\",\"url\":\"interfaces/DefaultGiveawayMessages.html#rerolledMessage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":112,\"kind\":1024,\"name\":\"toParticipate\",\"url\":\"interfaces/DefaultGiveawayMessages.html#toParticipate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":113,\"kind\":1024,\"name\":\"newParticipant\",\"url\":\"interfaces/DefaultGiveawayMessages.html#newParticipant\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":114,\"kind\":1024,\"name\":\"alreadyParticipated\",\"url\":\"interfaces/DefaultGiveawayMessages.html#alreadyParticipated\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":115,\"kind\":1024,\"name\":\"noParticipants\",\"url\":\"interfaces/DefaultGiveawayMessages.html#noParticipants\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":116,\"kind\":1024,\"name\":\"dmMessage\",\"url\":\"interfaces/DefaultGiveawayMessages.html#dmMessage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":117,\"kind\":1024,\"name\":\"noWinner\",\"url\":\"interfaces/DefaultGiveawayMessages.html#noWinner\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":118,\"kind\":1024,\"name\":\"alreadyEnded\",\"url\":\"interfaces/DefaultGiveawayMessages.html#alreadyEnded\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":119,\"kind\":1024,\"name\":\"noWeeklyExp\",\"url\":\"interfaces/DefaultGiveawayMessages.html#noWeeklyExp\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":120,\"kind\":1024,\"name\":\"noLevel\",\"url\":\"interfaces/DefaultGiveawayMessages.html#noLevel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":121,\"kind\":1024,\"name\":\"nonoRole\",\"url\":\"interfaces/DefaultGiveawayMessages.html#nonoRole\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":122,\"kind\":1024,\"name\":\"editParticipants\",\"url\":\"interfaces/DefaultGiveawayMessages.html#editParticipants\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DefaultGiveawayMessages\"},{\"id\":123,\"kind\":128,\"name\":\"ImageClient\",\"url\":\"classes/ImageClient.html\",\"classes\":\"tsd-kind-class\"},{\"id\":124,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/ImageClient.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":125,\"kind\":2048,\"name\":\"endpoint\",\"url\":\"classes/ImageClient.html#endpoint\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"ImageClient\"},{\"id\":126,\"kind\":2048,\"name\":\"busted\",\"url\":\"classes/ImageClient.html#busted\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":127,\"kind\":2048,\"name\":\"communism\",\"url\":\"classes/ImageClient.html#communism\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":128,\"kind\":2048,\"name\":\"gun\",\"url\":\"classes/ImageClient.html#gun\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":129,\"kind\":2048,\"name\":\"mask\",\"url\":\"classes/ImageClient.html#mask\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":130,\"kind\":2048,\"name\":\"whodidthis\",\"url\":\"classes/ImageClient.html#whodidthis\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":131,\"kind\":2048,\"name\":\"pray\",\"url\":\"classes/ImageClient.html#pray\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":132,\"kind\":2048,\"name\":\"pressplay\",\"url\":\"classes/ImageClient.html#pressplay\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":133,\"kind\":2048,\"name\":\"vr\",\"url\":\"classes/ImageClient.html#vr\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":134,\"kind\":2048,\"name\":\"rifleshoot\",\"url\":\"classes/ImageClient.html#rifleshoot\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":135,\"kind\":2048,\"name\":\"bestmeme\",\"url\":\"classes/ImageClient.html#bestmeme\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":136,\"kind\":2048,\"name\":\"robert\",\"url\":\"classes/ImageClient.html#robert\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":137,\"kind\":2048,\"name\":\"saveonlyone\",\"url\":\"classes/ImageClient.html#saveonlyone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":138,\"kind\":2048,\"name\":\"alone\",\"url\":\"classes/ImageClient.html#alone\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":139,\"kind\":2048,\"name\":\"toilet\",\"url\":\"classes/ImageClient.html#toilet\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":140,\"kind\":2048,\"name\":\"moment\",\"url\":\"classes/ImageClient.html#moment\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":141,\"kind\":2048,\"name\":\"awesome\",\"url\":\"classes/ImageClient.html#awesome\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"ImageClient\"},{\"id\":142,\"kind\":64,\"name\":\"random8ball\",\"url\":\"modules.html#random8ball\",\"classes\":\"tsd-kind-function\"},{\"id\":143,\"kind\":64,\"name\":\"getreddit\",\"url\":\"modules.html#getreddit\",\"classes\":\"tsd-kind-function\"},{\"id\":144,\"kind\":256,\"name\":\"RedditObject\",\"url\":\"interfaces/RedditObject.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":145,\"kind\":1024,\"name\":\"title\",\"url\":\"interfaces/RedditObject.html#title\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedditObject\"},{\"id\":146,\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/RedditObject.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedditObject\"},{\"id\":147,\"kind\":1024,\"name\":\"image\",\"url\":\"interfaces/RedditObject.html#image\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedditObject\"},{\"id\":148,\"kind\":1024,\"name\":\"footer\",\"url\":\"interfaces/RedditObject.html#footer\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"RedditObject\"},{\"id\":149,\"kind\":128,\"name\":\"Pagination\",\"url\":\"classes/Pagination.html\",\"classes\":\"tsd-kind-class\"},{\"id\":150,\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/Pagination.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"Pagination\"},{\"id\":151,\"kind\":2048,\"name\":\"chunk\",\"url\":\"classes/Pagination.html#chunk\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pagination\"},{\"id\":152,\"kind\":1024,\"name\":\"paginationEmojis\",\"url\":\"classes/Pagination.html#paginationEmojis\",\"classes\":\"tsd-kind-property tsd-parent-kind-class\",\"parent\":\"Pagination\"},{\"id\":153,\"kind\":2048,\"name\":\"pagination\",\"url\":\"classes/Pagination.html#pagination\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"Pagination\"},{\"id\":154,\"kind\":64,\"name\":\"bool\",\"url\":\"modules.html#bool\",\"classes\":\"tsd-kind-function\"},{\"id\":155,\"kind\":64,\"name\":\"randint\",\"url\":\"modules.html#randint\",\"classes\":\"tsd-kind-function\"},{\"id\":156,\"kind\":64,\"name\":\"timer\",\"url\":\"modules.html#timer\",\"classes\":\"tsd-kind-function\"},{\"id\":157,\"kind\":64,\"name\":\"selectRandom\",\"url\":\"modules.html#selectRandom\",\"classes\":\"tsd-kind-function\"},{\"id\":158,\"kind\":64,\"name\":\"parseMS\",\"url\":\"modules.html#parseMS\",\"classes\":\"tsd-kind-function\"},{\"id\":159,\"kind\":64,\"name\":\"parseString\",\"url\":\"modules.html#parseString\",\"classes\":\"tsd-kind-function\"},{\"id\":160,\"kind\":64,\"name\":\"confirmation\",\"url\":\"modules.html#confirmation\",\"classes\":\"tsd-kind-function\"},{\"id\":161,\"kind\":64,\"name\":\"HHMMSS\",\"url\":\"modules.html#HHMMSS\",\"classes\":\"tsd-kind-function\"},{\"id\":162,\"kind\":64,\"name\":\"formatUpper\",\"url\":\"modules.html#formatUpper\",\"classes\":\"tsd-kind-function\"},{\"id\":163,\"kind\":64,\"name\":\"DiscordActivity\",\"url\":\"modules.html#DiscordActivity\",\"classes\":\"tsd-kind-function\"},{\"id\":164,\"kind\":256,\"name\":\"DiscordActivityOptions\",\"url\":\"interfaces/DiscordActivityOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":165,\"kind\":1024,\"name\":\"application\",\"url\":\"interfaces/DiscordActivityOptions.html#application\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DiscordActivityOptions\"},{\"id\":166,\"kind\":1024,\"name\":\"token\",\"url\":\"interfaces/DiscordActivityOptions.html#token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DiscordActivityOptions\"},{\"id\":167,\"kind\":1024,\"name\":\"channel_id\",\"url\":\"interfaces/DiscordActivityOptions.html#channel_id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"DiscordActivityOptions\"},{\"id\":168,\"kind\":256,\"name\":\"Applications\",\"url\":\"interfaces/Applications.html\",\"classes\":\"tsd-kind-interface\"},{\"id\":169,\"kind\":1024,\"name\":\"youtube\",\"url\":\"interfaces/Applications.html#youtube\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":170,\"kind\":1024,\"name\":\"youtubedev\",\"url\":\"interfaces/Applications.html#youtubedev\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":171,\"kind\":1024,\"name\":\"poker\",\"url\":\"interfaces/Applications.html#poker\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":172,\"kind\":1024,\"name\":\"betrayal\",\"url\":\"interfaces/Applications.html#betrayal\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":173,\"kind\":1024,\"name\":\"fishing\",\"url\":\"interfaces/Applications.html#fishing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":174,\"kind\":1024,\"name\":\"chess\",\"url\":\"interfaces/Applications.html#chess\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":175,\"kind\":1024,\"name\":\"chessdev\",\"url\":\"interfaces/Applications.html#chessdev\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":176,\"kind\":1024,\"name\":\"lettertile\",\"url\":\"interfaces/Applications.html#lettertile\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":177,\"kind\":1024,\"name\":\"wordsnack\",\"url\":\"interfaces/Applications.html#wordsnack\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":178,\"kind\":1024,\"name\":\"doodlecrew\",\"url\":\"interfaces/Applications.html#doodlecrew\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":179,\"kind\":1024,\"name\":\"awkword\",\"url\":\"interfaces/Applications.html#awkword\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":180,\"kind\":1024,\"name\":\"spellcast\",\"url\":\"interfaces/Applications.html#spellcast\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Applications\"},{\"id\":181,\"kind\":64,\"name\":\"cleanText\",\"url\":\"modules.html#cleanText\",\"classes\":\"tsd-kind-function\"},{\"id\":182,\"kind\":64,\"name\":\"daysAgo\",\"url\":\"modules.html#daysAgo\",\"classes\":\"tsd-kind-function\"},{\"id\":183,\"kind\":64,\"name\":\"sleep\",\"url\":\"modules.html#sleep\",\"classes\":\"tsd-kind-function\"},{\"id\":184,\"kind\":64,\"name\":\"trimArray\",\"url\":\"modules.html#trimArray\",\"classes\":\"tsd-kind-function\"},{\"id\":185,\"kind\":64,\"name\":\"superscript\",\"url\":\"modules.html#superscript\",\"classes\":\"tsd-kind-function\"},{\"id\":186,\"kind\":64,\"name\":\"doublestruck\",\"url\":\"modules.html#doublestruck\",\"classes\":\"tsd-kind-function\"},{\"id\":187,\"kind\":64,\"name\":\"fractur\",\"url\":\"modules.html#fractur\",\"classes\":\"tsd-kind-function\"},{\"id\":188,\"kind\":64,\"name\":\"randomID\",\"url\":\"modules.html#randomID\",\"classes\":\"tsd-kind-function\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"parent\"],\"fieldVectors\":[[\"name/0\",[0,48.416]],[\"parent/0\",[]],[\"name/1\",[1,35.423]],[\"parent/1\",[]],[\"name/2\",[2,32.321]],[\"parent/2\",[1,3.161]],[\"name/3\",[3,43.307]],[\"parent/3\",[1,3.161]],[\"name/4\",[4,48.416]],[\"parent/4\",[1,3.161]],[\"name/5\",[5,48.416]],[\"parent/5\",[1,3.161]],[\"name/6\",[6,43.307]],[\"parent/6\",[]],[\"name/7\",[3,43.307]],[\"parent/7\",[6,3.865]],[\"name/8\",[7,35.423]],[\"parent/8\",[]],[\"name/9\",[8,43.307]],[\"parent/9\",[7,3.161]],[\"name/10\",[9,48.416]],[\"parent/10\",[7,3.161]],[\"name/11\",[10,48.416]],[\"parent/11\",[7,3.161]],[\"name/12\",[11,43.307]],[\"parent/12\",[7,3.161]],[\"name/13\",[12,29.957]],[\"parent/13\",[]],[\"name/14\",[8,43.307]],[\"parent/14\",[12,2.674]],[\"name/15\",[13,48.416]],[\"parent/15\",[12,2.674]],[\"name/16\",[14,48.416]],[\"parent/16\",[12,2.674]],[\"name/17\",[15,48.416]],[\"parent/17\",[12,2.674]],[\"name/18\",[11,43.307]],[\"parent/18\",[12,2.674]],[\"name/19\",[16,48.416]],[\"parent/19\",[12,2.674]],[\"name/20\",[17,48.416]],[\"parent/20\",[12,2.674]],[\"name/21\",[18,48.416]],[\"parent/21\",[12,2.674]],[\"name/22\",[19,26.443]],[\"parent/22\",[]],[\"name/23\",[2,32.321]],[\"parent/23\",[19,2.36]],[\"name/24\",[20,37.429]],[\"parent/24\",[19,2.36]],[\"name/25\",[21,43.307]],[\"parent/25\",[19,2.36]],[\"name/26\",[22,39.943]],[\"parent/26\",[19,2.36]],[\"name/27\",[23,48.416]],[\"parent/27\",[19,2.36]],[\"name/28\",[24,48.416]],[\"parent/28\",[19,2.36]],[\"name/29\",[25,35.423]],[\"parent/29\",[19,2.36]],[\"name/30\",[22,39.943]],[\"parent/30\",[26,3.865]],[\"name/31\",[25,35.423]],[\"parent/31\",[26,3.865]],[\"name/32\",[27,48.416]],[\"parent/32\",[28,3.34]],[\"name/33\",[25,35.423]],[\"parent/33\",[28,3.34]],[\"name/34\",[29,48.416]],[\"parent/34\",[28,3.34]],[\"name/35\",[25,35.423]],[\"parent/35\",[28,3.34]],[\"name/36\",[30,48.416]],[\"parent/36\",[19,2.36]],[\"name/37\",[31,48.416]],[\"parent/37\",[19,2.36]],[\"name/38\",[32,48.416]],[\"parent/38\",[19,2.36]],[\"name/39\",[33,48.416]],[\"parent/39\",[19,2.36]],[\"name/40\",[34,48.416]],[\"parent/40\",[19,2.36]],[\"name/41\",[35,37.429]],[\"parent/41\",[]],[\"name/42\",[20,37.429]],[\"parent/42\",[35,3.34]],[\"name/43\",[21,43.307]],[\"parent/43\",[35,3.34]],[\"name/44\",[22,39.943]],[\"parent/44\",[35,3.34]],[\"name/45\",[36,39.943]],[\"parent/45\",[]],[\"name/46\",[37,39.943]],[\"parent/46\",[36,3.565]],[\"name/47\",[38,48.416]],[\"parent/47\",[36,3.565]],[\"name/48\",[39,39.943]],[\"parent/48\",[]],[\"name/49\",[40,48.416]],[\"parent/49\",[39,3.565]],[\"name/50\",[41,48.416]],[\"parent/50\",[39,3.565]],[\"name/51\",[42,39.943]],[\"parent/51\",[]],[\"name/52\",[43,48.416]],[\"parent/52\",[42,3.565]],[\"name/53\",[37,39.943]],[\"parent/53\",[42,3.565]],[\"name/54\",[44,39.943]],[\"parent/54\",[]],[\"name/55\",[2,32.321]],[\"parent/55\",[44,3.565]],[\"name/56\",[45,48.416]],[\"parent/56\",[44,3.565]],[\"name/57\",[46,43.307]],[\"parent/57\",[]],[\"name/58\",[37,39.943]],[\"parent/58\",[46,3.865]],[\"name/59\",[47,39.943]],[\"parent/59\",[]],[\"name/60\",[2,32.321]],[\"parent/60\",[47,3.565]],[\"name/61\",[48,48.416]],[\"parent/61\",[47,3.565]],[\"name/62\",[49,43.307]],[\"parent/62\",[]],[\"name/63\",[50,43.307]],[\"parent/63\",[49,3.865]],[\"name/64\",[51,21.79]],[\"parent/64\",[]],[\"name/65\",[2,32.321]],[\"parent/65\",[51,1.945]],[\"name/66\",[52,48.416]],[\"parent/66\",[51,1.945]],[\"name/67\",[53,48.416]],[\"parent/67\",[51,1.945]],[\"name/68\",[20,37.429]],[\"parent/68\",[51,1.945]],[\"name/69\",[54,43.307]],[\"parent/69\",[51,1.945]],[\"name/70\",[55,43.307]],[\"parent/70\",[51,1.945]],[\"name/71\",[56,48.416]],[\"parent/71\",[51,1.945]],[\"name/72\",[57,48.416]],[\"parent/72\",[51,1.945]],[\"name/73\",[58,48.416]],[\"parent/73\",[51,1.945]],[\"name/74\",[59,48.416]],[\"parent/74\",[51,1.945]],[\"name/75\",[60,48.416]],[\"parent/75\",[51,1.945]],[\"name/76\",[61,48.416]],[\"parent/76\",[51,1.945]],[\"name/77\",[62,48.416]],[\"parent/77\",[51,1.945]],[\"name/78\",[63,48.416]],[\"parent/78\",[51,1.945]],[\"name/79\",[64,48.416]],[\"parent/79\",[51,1.945]],[\"name/80\",[65,43.307]],[\"parent/80\",[51,1.945]],[\"name/81\",[66,48.416]],[\"parent/81\",[51,1.945]],[\"name/82\",[67,48.416]],[\"parent/82\",[51,1.945]],[\"name/83\",[68,43.307]],[\"parent/83\",[51,1.945]],[\"name/84\",[69,48.416]],[\"parent/84\",[51,1.945]],[\"name/85\",[70,25.729]],[\"parent/85\",[]],[\"name/86\",[71,48.416]],[\"parent/86\",[70,2.296]],[\"name/87\",[72,48.416]],[\"parent/87\",[70,2.296]],[\"name/88\",[73,48.416]],[\"parent/88\",[70,2.296]],[\"name/89\",[74,48.416]],[\"parent/89\",[70,2.296]],[\"name/90\",[65,43.307]],[\"parent/90\",[70,2.296]],[\"name/91\",[68,43.307]],[\"parent/91\",[70,2.296]],[\"name/92\",[75,48.416]],[\"parent/92\",[70,2.296]],[\"name/93\",[76,48.416]],[\"parent/93\",[70,2.296]],[\"name/94\",[77,48.416]],[\"parent/94\",[70,2.296]],[\"name/95\",[78,48.416]],[\"parent/95\",[70,2.296]],[\"name/96\",[79,48.416]],[\"parent/96\",[70,2.296]],[\"name/97\",[25,35.423]],[\"parent/97\",[70,2.296]],[\"name/98\",[80,48.416]],[\"parent/98\",[81,3.865]],[\"name/99\",[82,48.416]],[\"parent/99\",[81,3.865]],[\"name/100\",[83,48.416]],[\"parent/100\",[70,2.296]],[\"name/101\",[84,37.429]],[\"parent/101\",[]],[\"name/102\",[20,37.429]],[\"parent/102\",[84,3.34]],[\"name/103\",[55,43.307]],[\"parent/103\",[84,3.34]],[\"name/104\",[54,43.307]],[\"parent/104\",[84,3.34]],[\"name/105\",[85,23.293]],[\"parent/105\",[]],[\"name/106\",[86,48.416]],[\"parent/106\",[85,2.079]],[\"name/107\",[87,48.416]],[\"parent/107\",[85,2.079]],[\"name/108\",[88,48.416]],[\"parent/108\",[85,2.079]],[\"name/109\",[89,48.416]],[\"parent/109\",[85,2.079]],[\"name/110\",[90,48.416]],[\"parent/110\",[85,2.079]],[\"name/111\",[91,48.416]],[\"parent/111\",[85,2.079]],[\"name/112\",[92,48.416]],[\"parent/112\",[85,2.079]],[\"name/113\",[93,48.416]],[\"parent/113\",[85,2.079]],[\"name/114\",[94,48.416]],[\"parent/114\",[85,2.079]],[\"name/115\",[95,48.416]],[\"parent/115\",[85,2.079]],[\"name/116\",[96,48.416]],[\"parent/116\",[85,2.079]],[\"name/117\",[97,48.416]],[\"parent/117\",[85,2.079]],[\"name/118\",[98,48.416]],[\"parent/118\",[85,2.079]],[\"name/119\",[99,48.416]],[\"parent/119\",[85,2.079]],[\"name/120\",[100,48.416]],[\"parent/120\",[85,2.079]],[\"name/121\",[101,48.416]],[\"parent/121\",[85,2.079]],[\"name/122\",[102,48.416]],[\"parent/122\",[85,2.079]],[\"name/123\",[103,22.766]],[\"parent/123\",[]],[\"name/124\",[2,32.321]],[\"parent/124\",[103,2.032]],[\"name/125\",[104,48.416]],[\"parent/125\",[103,2.032]],[\"name/126\",[105,48.416]],[\"parent/126\",[103,2.032]],[\"name/127\",[106,48.416]],[\"parent/127\",[103,2.032]],[\"name/128\",[107,48.416]],[\"parent/128\",[103,2.032]],[\"name/129\",[108,48.416]],[\"parent/129\",[103,2.032]],[\"name/130\",[109,48.416]],[\"parent/130\",[103,2.032]],[\"name/131\",[110,48.416]],[\"parent/131\",[103,2.032]],[\"name/132\",[111,48.416]],[\"parent/132\",[103,2.032]],[\"name/133\",[112,48.416]],[\"parent/133\",[103,2.032]],[\"name/134\",[113,48.416]],[\"parent/134\",[103,2.032]],[\"name/135\",[114,48.416]],[\"parent/135\",[103,2.032]],[\"name/136\",[115,48.416]],[\"parent/136\",[103,2.032]],[\"name/137\",[116,48.416]],[\"parent/137\",[103,2.032]],[\"name/138\",[117,48.416]],[\"parent/138\",[103,2.032]],[\"name/139\",[118,48.416]],[\"parent/139\",[103,2.032]],[\"name/140\",[119,48.416]],[\"parent/140\",[103,2.032]],[\"name/141\",[120,48.416]],[\"parent/141\",[103,2.032]],[\"name/142\",[121,48.416]],[\"parent/142\",[]],[\"name/143\",[122,48.416]],[\"parent/143\",[]],[\"name/144\",[123,35.423]],[\"parent/144\",[]],[\"name/145\",[124,48.416]],[\"parent/145\",[123,3.161]],[\"name/146\",[50,43.307]],[\"parent/146\",[123,3.161]],[\"name/147\",[125,48.416]],[\"parent/147\",[123,3.161]],[\"name/148\",[126,48.416]],[\"parent/148\",[123,3.161]],[\"name/149\",[127,33.752]],[\"parent/149\",[]],[\"name/150\",[2,32.321]],[\"parent/150\",[127,3.012]],[\"name/151\",[128,48.416]],[\"parent/151\",[127,3.012]],[\"name/152\",[129,48.416]],[\"parent/152\",[127,3.012]],[\"name/153\",[127,33.752]],[\"parent/153\",[127,3.012]],[\"name/154\",[130,48.416]],[\"parent/154\",[]],[\"name/155\",[131,48.416]],[\"parent/155\",[]],[\"name/156\",[132,48.416]],[\"parent/156\",[]],[\"name/157\",[133,48.416]],[\"parent/157\",[]],[\"name/158\",[134,48.416]],[\"parent/158\",[]],[\"name/159\",[135,48.416]],[\"parent/159\",[]],[\"name/160\",[136,48.416]],[\"parent/160\",[]],[\"name/161\",[137,48.416]],[\"parent/161\",[]],[\"name/162\",[138,48.416]],[\"parent/162\",[]],[\"name/163\",[139,48.416]],[\"parent/163\",[]],[\"name/164\",[140,37.429]],[\"parent/164\",[]],[\"name/165\",[141,48.416]],[\"parent/165\",[140,3.34]],[\"name/166\",[142,48.416]],[\"parent/166\",[140,3.34]],[\"name/167\",[143,48.416]],[\"parent/167\",[140,3.34]],[\"name/168\",[144,26.443]],[\"parent/168\",[]],[\"name/169\",[145,48.416]],[\"parent/169\",[144,2.36]],[\"name/170\",[146,48.416]],[\"parent/170\",[144,2.36]],[\"name/171\",[147,48.416]],[\"parent/171\",[144,2.36]],[\"name/172\",[148,48.416]],[\"parent/172\",[144,2.36]],[\"name/173\",[149,48.416]],[\"parent/173\",[144,2.36]],[\"name/174\",[150,48.416]],[\"parent/174\",[144,2.36]],[\"name/175\",[151,48.416]],[\"parent/175\",[144,2.36]],[\"name/176\",[152,48.416]],[\"parent/176\",[144,2.36]],[\"name/177\",[153,48.416]],[\"parent/177\",[144,2.36]],[\"name/178\",[154,48.416]],[\"parent/178\",[144,2.36]],[\"name/179\",[155,48.416]],[\"parent/179\",[144,2.36]],[\"name/180\",[156,48.416]],[\"parent/180\",[144,2.36]],[\"name/181\",[157,48.416]],[\"parent/181\",[]],[\"name/182\",[158,48.416]],[\"parent/182\",[]],[\"name/183\",[159,48.416]],[\"parent/183\",[]],[\"name/184\",[160,48.416]],[\"parent/184\",[]],[\"name/185\",[161,48.416]],[\"parent/185\",[]],[\"name/186\",[162,48.416]],[\"parent/186\",[]],[\"name/187\",[163,48.416]],[\"parent/187\",[]],[\"name/188\",[164,48.416]],[\"parent/188\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":25,\"name\":{\"29\":{},\"31\":{},\"33\":{},\"35\":{},\"97\":{}},\"parent\":{}}],[\"add\",{\"_index\":29,\"name\":{\"34\":{}},\"parent\":{}}],[\"alone\",{\"_index\":117,\"name\":{\"138\":{}},\"parent\":{}}],[\"alreadyended\",{\"_index\":98,\"name\":{\"118\":{}},\"parent\":{}}],[\"alreadyparticipated\",{\"_index\":94,\"name\":{\"114\":{}},\"parent\":{}}],[\"application\",{\"_index\":141,\"name\":{\"165\":{}},\"parent\":{}}],[\"applications\",{\"_index\":144,\"name\":{\"168\":{}},\"parent\":{\"169\":{},\"170\":{},\"171\":{},\"172\":{},\"173\":{},\"174\":{},\"175\":{},\"176\":{},\"177\":{},\"178\":{},\"179\":{},\"180\":{}}}],[\"award\",{\"_index\":75,\"name\":{\"92\":{}},\"parent\":{}}],[\"awesome\",{\"_index\":120,\"name\":{\"141\":{}},\"parent\":{}}],[\"awkword\",{\"_index\":155,\"name\":{\"179\":{}},\"parent\":{}}],[\"bestmeme\",{\"_index\":114,\"name\":{\"135\":{}},\"parent\":{}}],[\"betrayal\",{\"_index\":148,\"name\":{\"172\":{}},\"parent\":{}}],[\"bool\",{\"_index\":130,\"name\":{\"154\":{}},\"parent\":{}}],[\"busted\",{\"_index\":105,\"name\":{\"126\":{}},\"parent\":{}}],[\"cache\",{\"_index\":23,\"name\":{\"27\":{}},\"parent\":{}}],[\"cachedata\",{\"_index\":30,\"name\":{\"36\":{}},\"parent\":{}}],[\"channel\",{\"_index\":72,\"name\":{\"87\":{}},\"parent\":{}}],[\"channel_id\",{\"_index\":143,\"name\":{\"167\":{}},\"parent\":{}}],[\"checkroles\",{\"_index\":58,\"name\":{\"73\":{}},\"parent\":{}}],[\"chess\",{\"_index\":150,\"name\":{\"174\":{}},\"parent\":{}}],[\"chessdev\",{\"_index\":151,\"name\":{\"175\":{}},\"parent\":{}}],[\"choose\",{\"_index\":57,\"name\":{\"72\":{}},\"parent\":{}}],[\"chunk\",{\"_index\":128,\"name\":{\"151\":{}},\"parent\":{}}],[\"cleantext\",{\"_index\":157,\"name\":{\"181\":{}},\"parent\":{}}],[\"clickers\",{\"_index\":83,\"name\":{\"100\":{}},\"parent\":{}}],[\"client\",{\"_index\":20,\"name\":{\"24\":{},\"42\":{},\"68\":{},\"102\":{}},\"parent\":{}}],[\"codeclient\",{\"_index\":44,\"name\":{\"54\":{}},\"parent\":{\"55\":{},\"56\":{}}}],[\"codedata\",{\"_index\":46,\"name\":{\"57\":{}},\"parent\":{\"58\":{}}}],[\"codmclient\",{\"_index\":1,\"name\":{\"1\":{}},\"parent\":{\"2\":{},\"3\":{},\"4\":{},\"5\":{}}}],[\"codmclientoptions\",{\"_index\":6,\"name\":{\"6\":{}},\"parent\":{\"7\":{}}}],[\"color\",{\"_index\":21,\"name\":{\"25\":{},\"43\":{}},\"parent\":{}}],[\"communism\",{\"_index\":106,\"name\":{\"127\":{}},\"parent\":{}}],[\"config\",{\"_index\":24,\"name\":{\"28\":{}},\"parent\":{}}],[\"confirmation\",{\"_index\":136,\"name\":{\"160\":{}},\"parent\":{}}],[\"constructor\",{\"_index\":2,\"name\":{\"2\":{},\"23\":{},\"55\":{},\"60\":{},\"65\":{},\"124\":{},\"150\":{}},\"parent\":{}}],[\"cost\",{\"_index\":15,\"name\":{\"17\":{}},\"parent\":{}}],[\"create\",{\"_index\":61,\"name\":{\"76\":{}},\"parent\":{}}],[\"createbin\",{\"_index\":45,\"name\":{\"56\":{}},\"parent\":{}}],[\"createshorturl\",{\"_index\":48,\"name\":{\"61\":{}},\"parent\":{}}],[\"daysago\",{\"_index\":158,\"name\":{\"182\":{}},\"parent\":{}}],[\"default\",{\"_index\":0,\"name\":{\"0\":{}},\"parent\":{}}],[\"defaultgiveawaymessages\",{\"_index\":85,\"name\":{\"105\":{}},\"parent\":{\"106\":{},\"107\":{},\"108\":{},\"109\":{},\"110\":{},\"111\":{},\"112\":{},\"113\":{},\"114\":{},\"115\":{},\"116\":{},\"117\":{},\"118\":{},\"119\":{},\"120\":{},\"121\":{},\"122\":{}}}],[\"description\",{\"_index\":13,\"name\":{\"15\":{}},\"parent\":{}}],[\"discordactivity\",{\"_index\":139,\"name\":{\"163\":{}},\"parent\":{}}],[\"discordactivityoptions\",{\"_index\":140,\"name\":{\"164\":{}},\"parent\":{\"165\":{},\"166\":{},\"167\":{}}}],[\"dmmessage\",{\"_index\":96,\"name\":{\"116\":{}},\"parent\":{}}],[\"dmwinner\",{\"_index\":86,\"name\":{\"106\":{}},\"parent\":{}}],[\"doodlecrew\",{\"_index\":154,\"name\":{\"178\":{}},\"parent\":{}}],[\"doublestruck\",{\"_index\":162,\"name\":{\"186\":{}},\"parent\":{}}],[\"editbuttons\",{\"_index\":59,\"name\":{\"74\":{}},\"parent\":{}}],[\"editparticipants\",{\"_index\":102,\"name\":{\"122\":{}},\"parent\":{}}],[\"effects\",{\"_index\":10,\"name\":{\"11\":{}},\"parent\":{}}],[\"enabled\",{\"_index\":80,\"name\":{\"98\":{}},\"parent\":{}}],[\"end\",{\"_index\":65,\"name\":{\"80\":{},\"90\":{}},\"parent\":{}}],[\"endbybutton\",{\"_index\":64,\"name\":{\"79\":{}},\"parent\":{}}],[\"ended\",{\"_index\":77,\"name\":{\"94\":{}},\"parent\":{}}],[\"endpoint\",{\"_index\":104,\"name\":{\"125\":{}},\"parent\":{}}],[\"fishing\",{\"_index\":149,\"name\":{\"173\":{}},\"parent\":{}}],[\"footer\",{\"_index\":126,\"name\":{\"148\":{}},\"parent\":{}}],[\"formatupper\",{\"_index\":138,\"name\":{\"162\":{}},\"parent\":{}}],[\"fractur\",{\"_index\":163,\"name\":{\"187\":{}},\"parent\":{}}],[\"generateedit\",{\"_index\":33,\"name\":{\"39\":{}},\"parent\":{}}],[\"getbuttons\",{\"_index\":56,\"name\":{\"71\":{}},\"parent\":{}}],[\"getbymessage\",{\"_index\":67,\"name\":{\"82\":{}},\"parent\":{}}],[\"getdata\",{\"_index\":32,\"name\":{\"38\":{}},\"parent\":{}}],[\"getperk\",{\"_index\":4,\"name\":{\"4\":{}},\"parent\":{}}],[\"getreddit\",{\"_index\":122,\"name\":{\"143\":{}},\"parent\":{}}],[\"getscorestreak\",{\"_index\":5,\"name\":{\"5\":{}},\"parent\":{}}],[\"giveaway\",{\"_index\":87,\"name\":{\"107\":{}},\"parent\":{}}],[\"giveawaydescription\",{\"_index\":88,\"name\":{\"108\":{}},\"parent\":{}}],[\"giveawayembed\",{\"_index\":60,\"name\":{\"75\":{}},\"parent\":{}}],[\"giveawayfooterimage\",{\"_index\":89,\"name\":{\"109\":{}},\"parent\":{}}],[\"giveawaymessages\",{\"_index\":54,\"name\":{\"69\":{},\"104\":{}},\"parent\":{}}],[\"giveawayschema\",{\"_index\":70,\"name\":{\"85\":{}},\"parent\":{\"86\":{},\"87\":{},\"88\":{},\"89\":{},\"90\":{},\"91\":{},\"92\":{},\"93\":{},\"94\":{},\"95\":{},\"96\":{},\"97\":{},\"100\":{}}}],[\"giveawayschema.__type\",{\"_index\":81,\"name\":{},\"parent\":{\"98\":{},\"99\":{}}}],[\"giveawaysclient\",{\"_index\":51,\"name\":{\"64\":{}},\"parent\":{\"65\":{},\"66\":{},\"67\":{},\"68\":{},\"69\":{},\"70\":{},\"71\":{},\"72\":{},\"73\":{},\"74\":{},\"75\":{},\"76\":{},\"77\":{},\"78\":{},\"79\":{},\"80\":{},\"81\":{},\"82\":{},\"83\":{},\"84\":{}}}],[\"giveawaysclientoptions\",{\"_index\":84,\"name\":{\"101\":{}},\"parent\":{\"102\":{},\"103\":{},\"104\":{}}}],[\"gotogiveaway\",{\"_index\":63,\"name\":{\"78\":{}},\"parent\":{}}],[\"guild\",{\"_index\":71,\"name\":{\"86\":{}},\"parent\":{}}],[\"guilds\",{\"_index\":22,\"name\":{\"26\":{},\"30\":{},\"44\":{}},\"parent\":{}}],[\"gun\",{\"_index\":107,\"name\":{\"128\":{}},\"parent\":{}}],[\"hhmmss\",{\"_index\":137,\"name\":{\"161\":{}},\"parent\":{}}],[\"hostby\",{\"_index\":74,\"name\":{\"89\":{}},\"parent\":{}}],[\"id\",{\"_index\":37,\"name\":{\"46\":{},\"53\":{},\"58\":{}},\"parent\":{}}],[\"image\",{\"_index\":125,\"name\":{\"147\":{}},\"parent\":{}}],[\"imageclient\",{\"_index\":103,\"name\":{\"123\":{}},\"parent\":{\"124\":{},\"125\":{},\"126\":{},\"127\":{},\"128\":{},\"129\":{},\"130\":{},\"131\":{},\"132\":{},\"133\":{},\"134\":{},\"135\":{},\"136\":{},\"137\":{},\"138\":{},\"139\":{},\"140\":{},\"141\":{}}}],[\"invites\",{\"_index\":78,\"name\":{\"95\":{}},\"parent\":{}}],[\"inviteschema\",{\"_index\":52,\"name\":{\"66\":{}},\"parent\":{}}],[\"key\",{\"_index\":3,\"name\":{\"3\":{},\"7\":{}},\"parent\":{}}],[\"lettertile\",{\"_index\":152,\"name\":{\"176\":{}},\"parent\":{}}],[\"listener\",{\"_index\":34,\"name\":{\"40\":{}},\"parent\":{}}],[\"manual\",{\"_index\":16,\"name\":{\"19\":{}},\"parent\":{}}],[\"mask\",{\"_index\":108,\"name\":{\"129\":{}},\"parent\":{}}],[\"message\",{\"_index\":73,\"name\":{\"88\":{}},\"parent\":{}}],[\"moment\",{\"_index\":119,\"name\":{\"140\":{}},\"parent\":{}}],[\"mongooseconnectionuri\",{\"_index\":55,\"name\":{\"70\":{},\"103\":{}},\"parent\":{}}],[\"name\",{\"_index\":8,\"name\":{\"9\":{},\"14\":{}},\"parent\":{}}],[\"newparticipant\",{\"_index\":93,\"name\":{\"113\":{}},\"parent\":{}}],[\"nolevel\",{\"_index\":100,\"name\":{\"120\":{}},\"parent\":{}}],[\"nonorole\",{\"_index\":101,\"name\":{\"121\":{}},\"parent\":{}}],[\"noparticipants\",{\"_index\":95,\"name\":{\"115\":{}},\"parent\":{}}],[\"noweeklyexp\",{\"_index\":99,\"name\":{\"119\":{}},\"parent\":{}}],[\"nowinner\",{\"_index\":97,\"name\":{\"117\":{}},\"parent\":{}}],[\"options\",{\"_index\":38,\"name\":{\"47\":{}},\"parent\":{}}],[\"origin\",{\"_index\":43,\"name\":{\"52\":{}},\"parent\":{}}],[\"pagination\",{\"_index\":127,\"name\":{\"149\":{},\"153\":{}},\"parent\":{\"150\":{},\"151\":{},\"152\":{},\"153\":{}}}],[\"paginationemojis\",{\"_index\":129,\"name\":{\"152\":{}},\"parent\":{}}],[\"parsems\",{\"_index\":134,\"name\":{\"158\":{}},\"parent\":{}}],[\"parsestring\",{\"_index\":135,\"name\":{\"159\":{}},\"parent\":{}}],[\"perk\",{\"_index\":9,\"name\":{\"10\":{}},\"parent\":{}}],[\"perkdata\",{\"_index\":7,\"name\":{\"8\":{}},\"parent\":{\"9\":{},\"10\":{},\"11\":{},\"12\":{}}}],[\"poker\",{\"_index\":147,\"name\":{\"171\":{}},\"parent\":{}}],[\"pray\",{\"_index\":110,\"name\":{\"131\":{}},\"parent\":{}}],[\"pressplay\",{\"_index\":111,\"name\":{\"132\":{}},\"parent\":{}}],[\"preview\",{\"_index\":17,\"name\":{\"20\":{}},\"parent\":{}}],[\"preview_video\",{\"_index\":18,\"name\":{\"21\":{}},\"parent\":{}}],[\"randint\",{\"_index\":131,\"name\":{\"155\":{}},\"parent\":{}}],[\"random8ball\",{\"_index\":121,\"name\":{\"142\":{}},\"parent\":{}}],[\"randomid\",{\"_index\":164,\"name\":{\"188\":{}},\"parent\":{}}],[\"redditobject\",{\"_index\":123,\"name\":{\"144\":{}},\"parent\":{\"145\":{},\"146\":{},\"147\":{},\"148\":{}}}],[\"replaceplaceholders\",{\"_index\":69,\"name\":{\"84\":{}},\"parent\":{}}],[\"requirements\",{\"_index\":79,\"name\":{\"96\":{}},\"parent\":{}}],[\"reroll\",{\"_index\":66,\"name\":{\"81\":{}},\"parent\":{}}],[\"rerolledmessage\",{\"_index\":91,\"name\":{\"111\":{}},\"parent\":{}}],[\"rifleshoot\",{\"_index\":113,\"name\":{\"134\":{}},\"parent\":{}}],[\"robert\",{\"_index\":115,\"name\":{\"136\":{}},\"parent\":{}}],[\"roles\",{\"_index\":82,\"name\":{\"99\":{}},\"parent\":{}}],[\"saveonlyone\",{\"_index\":116,\"name\":{\"137\":{}},\"parent\":{}}],[\"schema\",{\"_index\":53,\"name\":{\"67\":{}},\"parent\":{}}],[\"scorestreakdata\",{\"_index\":12,\"name\":{\"13\":{}},\"parent\":{\"14\":{},\"15\":{},\"16\":{},\"17\":{},\"18\":{},\"19\":{},\"20\":{},\"21\":{}}}],[\"selectrandom\",{\"_index\":133,\"name\":{\"157\":{}},\"parent\":{}}],[\"set\",{\"_index\":27,\"name\":{\"32\":{}},\"parent\":{}}],[\"sleep\",{\"_index\":159,\"name\":{\"183\":{}},\"parent\":{}}],[\"special\",{\"_index\":14,\"name\":{\"16\":{}},\"parent\":{}}],[\"spellcast\",{\"_index\":156,\"name\":{\"180\":{}},\"parent\":{}}],[\"starboardchannel\",{\"_index\":41,\"name\":{\"50\":{}},\"parent\":{}}],[\"starboardclient\",{\"_index\":19,\"name\":{\"22\":{}},\"parent\":{\"23\":{},\"24\":{},\"25\":{},\"26\":{},\"27\":{},\"28\":{},\"29\":{},\"36\":{},\"37\":{},\"38\":{},\"39\":{},\"40\":{}}}],[\"starboardclient.__type\",{\"_index\":26,\"name\":{},\"parent\":{\"30\":{},\"31\":{}}}],[\"starboardclient.__type.__type\",{\"_index\":28,\"name\":{},\"parent\":{\"32\":{},\"33\":{},\"34\":{},\"35\":{}}}],[\"starboardclientoptions\",{\"_index\":35,\"name\":{\"41\":{}},\"parent\":{\"42\":{},\"43\":{},\"44\":{}}}],[\"starboardguild\",{\"_index\":36,\"name\":{\"45\":{}},\"parent\":{\"46\":{},\"47\":{}}}],[\"starboardguildoptions\",{\"_index\":39,\"name\":{\"48\":{}},\"parent\":{\"49\":{},\"50\":{}}}],[\"starcount\",{\"_index\":40,\"name\":{\"49\":{}},\"parent\":{}}],[\"starmessagedata\",{\"_index\":42,\"name\":{\"51\":{}},\"parent\":{\"52\":{},\"53\":{}}}],[\"start\",{\"_index\":68,\"name\":{\"83\":{},\"91\":{}},\"parent\":{}}],[\"starttimer\",{\"_index\":62,\"name\":{\"77\":{}},\"parent\":{}}],[\"superscript\",{\"_index\":161,\"name\":{\"185\":{}},\"parent\":{}}],[\"timer\",{\"_index\":132,\"name\":{\"156\":{}},\"parent\":{}}],[\"title\",{\"_index\":124,\"name\":{\"145\":{}},\"parent\":{}}],[\"toilet\",{\"_index\":118,\"name\":{\"139\":{}},\"parent\":{}}],[\"token\",{\"_index\":142,\"name\":{\"166\":{}},\"parent\":{}}],[\"toparticipate\",{\"_index\":92,\"name\":{\"112\":{}},\"parent\":{}}],[\"trimarray\",{\"_index\":160,\"name\":{\"184\":{}},\"parent\":{}}],[\"type\",{\"_index\":11,\"name\":{\"12\":{},\"18\":{}},\"parent\":{}}],[\"url\",{\"_index\":50,\"name\":{\"63\":{},\"146\":{}},\"parent\":{}}],[\"urlclient\",{\"_index\":47,\"name\":{\"59\":{}},\"parent\":{\"60\":{},\"61\":{}}}],[\"urldata\",{\"_index\":49,\"name\":{\"62\":{}},\"parent\":{\"63\":{}}}],[\"validguild\",{\"_index\":31,\"name\":{\"37\":{}},\"parent\":{}}],[\"vr\",{\"_index\":112,\"name\":{\"133\":{}},\"parent\":{}}],[\"whodidthis\",{\"_index\":109,\"name\":{\"130\":{}},\"parent\":{}}],[\"winmessage\",{\"_index\":90,\"name\":{\"110\":{}},\"parent\":{}}],[\"winners\",{\"_index\":76,\"name\":{\"93\":{}},\"parent\":{}}],[\"wordsnack\",{\"_index\":153,\"name\":{\"177\":{}},\"parent\":{}}],[\"youtube\",{\"_index\":145,\"name\":{\"169\":{}},\"parent\":{}}],[\"youtubedev\",{\"_index\":146,\"name\":{\"170\":{}},\"parent\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css deleted file mode 100644 index a16ed02..0000000 --- a/docs/assets/style.css +++ /dev/null @@ -1,1413 +0,0 @@ -@import url("./icons.css"); - -:root { - /* Light */ - --light-color-background: #fcfcfc; - --light-color-secondary-background: #fff; - --light-color-text: #222; - --light-color-text-aside: #707070; - --light-color-link: #4da6ff; - --light-color-menu-divider: #eee; - --light-color-menu-divider-focus: #000; - --light-color-menu-label: #707070; - --light-color-panel: var(--light-color-secondary-background); - --light-color-panel-divider: #eee; - --light-color-comment-tag: #707070; - --light-color-comment-tag-text: #fff; - --light-color-ts: #9600ff; - --light-color-ts-interface: #647f1b; - --light-color-ts-enum: #937210; - --light-color-ts-class: #0672de; - --light-color-ts-private: #707070; - --light-color-toolbar: #fff; - --light-color-toolbar-text: #333; - --light-icon-filter: invert(0); - --light-external-icon: url("data:image/svg+xml;utf8,"); - - /* Dark */ - --dark-color-background: #36393f; - --dark-color-secondary-background: #2f3136; - --dark-color-text: #ffffff; - --dark-color-text-aside: #e6e4e4; - --dark-color-link: #00aff4; - --dark-color-menu-divider: #eee; - --dark-color-menu-divider-focus: #000; - --dark-color-menu-label: #707070; - --dark-color-panel: var(--dark-color-secondary-background); - --dark-color-panel-divider: #818181; - --dark-color-comment-tag: #dcddde; - --dark-color-comment-tag-text: #2f3136; - --dark-color-ts: #c97dff; - --dark-color-ts-interface: #9cbe3c; - --dark-color-ts-enum: #d6ab29; - --dark-color-ts-class: #3695f3; - --dark-color-ts-private: #e2e2e2; - --dark-color-toolbar: #34373c; - --dark-color-toolbar-text: #ffffff; - --dark-icon-filter: invert(1); - --dark-external-icon: url("data:image/svg+xml;utf8,"); -} - -@media (prefers-color-scheme: light) { - :root { - --color-background: var(--light-color-background); - --color-secondary-background: var(--light-color-secondary-background); - --color-text: var(--light-color-text); - --color-text-aside: var(--light-color-text-aside); - --color-link: var(--light-color-link); - --color-menu-divider: var(--light-color-menu-divider); - --color-menu-divider-focus: var(--light-color-menu-divider-focus); - --color-menu-label: var(--light-color-menu-label); - --color-panel: var(--light-color-panel); - --color-panel-divider: var(--light-color-panel-divider); - --color-comment-tag: var(--light-color-comment-tag); - --color-comment-tag-text: var(--light-color-comment-tag-text); - --color-ts: var(--light-color-ts); - --color-ts-interface: var(--light-color-ts-interface); - --color-ts-enum: var(--light-color-ts-enum); - --color-ts-class: var(--light-color-ts-class); - --color-ts-private: var(--light-color-ts-private); - --color-toolbar: var(--light-color-toolbar); - --color-toolbar-text: var(--light-color-toolbar-text); - --icon-filter: var(--light-icon-filter); - --external-icon: var(--light-external-icon); - } -} - -@media (prefers-color-scheme: dark) { - :root { - --color-background: var(--dark-color-background); - --color-secondary-background: var(--dark-color-secondary-background); - --color-text: var(--dark-color-text); - --color-text-aside: var(--dark-color-text-aside); - --color-link: var(--dark-color-link); - --color-menu-divider: var(--dark-color-menu-divider); - --color-menu-divider-focus: var(--dark-color-menu-divider-focus); - --color-menu-label: var(--dark-color-menu-label); - --color-panel: var(--dark-color-panel); - --color-panel-divider: var(--dark-color-panel-divider); - --color-comment-tag: var(--dark-color-comment-tag); - --color-comment-tag-text: var(--dark-color-comment-tag-text); - --color-ts: var(--dark-color-ts); - --color-ts-interface: var(--dark-color-ts-interface); - --color-ts-enum: var(--dark-color-ts-enum); - --color-ts-class: var(--dark-color-ts-class); - --color-ts-private: var(--dark-color-ts-private); - --color-toolbar: var(--dark-color-toolbar); - --color-toolbar-text: var(--dark-color-toolbar-text); - --icon-filter: var(--dark-icon-filter); - --external-icon: var(--dark-external-icon); - } -} - -body { - margin: 0; -} - -body.light { - --color-background: var(--light-color-background); - --color-secondary-background: var(--light-color-secondary-background); - --color-text: var(--light-color-text); - --color-text-aside: var(--light-color-text-aside); - --color-link: var(--light-color-link); - --color-menu-divider: var(--light-color-menu-divider); - --color-menu-divider-focus: var(--light-color-menu-divider-focus); - --color-menu-label: var(--light-color-menu-label); - --color-panel: var(--light-color-panel); - --color-panel-divider: var(--light-color-panel-divider); - --color-comment-tag: var(--light-color-comment-tag); - --color-comment-tag-text: var(--light-color-comment-tag-text); - --color-ts: var(--light-color-ts); - --color-ts-interface: var(--light-color-ts-interface); - --color-ts-enum: var(--light-color-ts-enum); - --color-ts-class: var(--light-color-ts-class); - --color-ts-private: var(--light-color-ts-private); - --color-toolbar: var(--light-color-toolbar); - --color-toolbar-text: var(--light-color-toolbar-text); - --icon-filter: var(--light-icon-filter); - --external-icon: var(--light-external-icon); -} - -body.dark { - --color-background: var(--dark-color-background); - --color-secondary-background: var(--dark-color-secondary-background); - --color-text: var(--dark-color-text); - --color-text-aside: var(--dark-color-text-aside); - --color-link: var(--dark-color-link); - --color-menu-divider: var(--dark-color-menu-divider); - --color-menu-divider-focus: var(--dark-color-menu-divider-focus); - --color-menu-label: var(--dark-color-menu-label); - --color-panel: var(--dark-color-panel); - --color-panel-divider: var(--dark-color-panel-divider); - --color-comment-tag: var(--dark-color-comment-tag); - --color-comment-tag-text: var(--dark-color-comment-tag-text); - --color-ts: var(--dark-color-ts); - --color-ts-interface: var(--dark-color-ts-interface); - --color-ts-enum: var(--dark-color-ts-enum); - --color-ts-class: var(--dark-color-ts-class); - --color-ts-private: var(--dark-color-ts-private); - --color-toolbar: var(--dark-color-toolbar); - --color-toolbar-text: var(--dark-color-toolbar-text); - --icon-filter: var(--dark-icon-filter); - --external-icon: var(--dark-external-icon); -} - -h1, -h2, -h3, -h4, -h5, -h6 { - line-height: 1.2; -} - -h1 { - font-size: 2em; - margin: 0.67em 0; -} - -h2 { - font-size: 1.5em; - margin: 0.83em 0; -} - -h3 { - font-size: 1.17em; - margin: 1em 0; -} - -h4, -.tsd-index-panel h3 { - font-size: 1em; - margin: 1.33em 0; -} - -h5 { - font-size: 0.83em; - margin: 1.67em 0; -} - -h6 { - font-size: 0.67em; - margin: 2.33em 0; -} - -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; -} - -dl, -menu, -ol, -ul { - margin: 1em 0; -} - -dd { - margin: 0 0 0 40px; -} - -.container { - max-width: 1200px; - margin: 0 auto; - padding: 0 40px; -} -@media (max-width: 640px) { - .container { - padding: 0 20px; - } -} - -.container-main { - padding-bottom: 200px; -} - -.row { - display: flex; - position: relative; - margin: 0 -10px; -} -.row:after { - visibility: hidden; - display: block; - content: ""; - clear: both; - height: 0; -} - -.col-4, -.col-8 { - box-sizing: border-box; - float: left; - padding: 0 10px; -} - -.col-4 { - width: 33.3333333333%; -} -.col-8 { - width: 66.6666666667%; -} - -ul.tsd-descriptions > li > :first-child, -.tsd-panel > :first-child, -.col-8 > :first-child, -.col-4 > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child, -.tsd-panel > :first-child > :first-child, -.col-8 > :first-child > :first-child, -.col-4 > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child > :first-child, -.tsd-panel > :first-child > :first-child > :first-child, -.col-8 > :first-child > :first-child > :first-child, -.col-4 > :first-child > :first-child > :first-child { - margin-top: 0; -} -ul.tsd-descriptions > li > :last-child, -.tsd-panel > :last-child, -.col-8 > :last-child, -.col-4 > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child, -.tsd-panel > :last-child > :last-child, -.col-8 > :last-child > :last-child, -.col-4 > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child > :last-child, -.tsd-panel > :last-child > :last-child > :last-child, -.col-8 > :last-child > :last-child > :last-child, -.col-4 > :last-child > :last-child > :last-child { - margin-bottom: 0; -} - -@keyframes fade-in { - from { - opacity: 0; - } - to { - opacity: 1; - } -} -@keyframes fade-out { - from { - opacity: 1; - visibility: visible; - } - to { - opacity: 0; - } -} -@keyframes fade-in-delayed { - 0% { - opacity: 0; - } - 33% { - opacity: 0; - } - 100% { - opacity: 1; - } -} -@keyframes fade-out-delayed { - 0% { - opacity: 1; - visibility: visible; - } - 66% { - opacity: 0; - } - 100% { - opacity: 0; - } -} -@keyframes shift-to-left { - from { - transform: translate(0, 0); - } - to { - transform: translate(-25%, 0); - } -} -@keyframes unshift-to-left { - from { - transform: translate(-25%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-in-from-right { - from { - transform: translate(100%, 0); - } - to { - transform: translate(0, 0); - } -} -@keyframes pop-out-to-right { - from { - transform: translate(0, 0); - visibility: visible; - } - to { - transform: translate(100%, 0); - } -} -body { - background: var(--color-background); - font-family: "Segoe UI", sans-serif; - font-size: 16px; - color: var(--color-text); -} - -a { - color: var(--color-link); - text-decoration: none; -} -a:hover { - text-decoration: underline; -} -a.external[target="_blank"] { - background-image: var(--external-icon); - background-position: top 3px right; - background-repeat: no-repeat; - padding-right: 13px; -} - -code, -pre { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - padding: 0.2em; - margin: 0; - font-size: 14px; -} - -pre { - padding: 10px; -} -pre code { - padding: 0; - font-size: 100%; -} - -blockquote { - margin: 1em 0; - padding-left: 1em; - border-left: 4px solid gray; -} - -.tsd-typography { - line-height: 1.333em; -} -.tsd-typography ul { - list-style: square; - padding: 0 0 0 20px; - margin: 0; -} -.tsd-typography h4, -.tsd-typography .tsd-index-panel h3, -.tsd-index-panel .tsd-typography h3, -.tsd-typography h5, -.tsd-typography h6 { - font-size: 1em; - margin: 0; -} -.tsd-typography h5, -.tsd-typography h6 { - font-weight: normal; -} -.tsd-typography p, -.tsd-typography ul, -.tsd-typography ol { - margin: 1em 0; -} - -@media (min-width: 901px) and (max-width: 1024px) { - html .col-content { - width: 72%; - } - html .col-menu { - width: 28%; - } - html .tsd-navigation { - padding-left: 10px; - } -} -@media (max-width: 900px) { - html .col-content { - float: none; - width: 100%; - } - html .col-menu { - position: fixed !important; - overflow: auto; - -webkit-overflow-scrolling: touch; - z-index: 1024; - top: 0 !important; - bottom: 0 !important; - left: auto !important; - right: 0 !important; - width: 100%; - padding: 20px 20px 0 0; - max-width: 450px; - visibility: hidden; - background-color: var(--color-panel); - transform: translate(100%, 0); - } - html .col-menu > *:last-child { - padding-bottom: 20px; - } - html .overlay { - content: ""; - display: block; - position: fixed; - z-index: 1023; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; - } - - .to-has-menu .overlay { - animation: fade-in 0.4s; - } - - .to-has-menu :is(header, footer, .col-content) { - animation: shift-to-left 0.4s; - } - - .to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; - } - - .from-has-menu .overlay { - animation: fade-out 0.4s; - } - - .from-has-menu :is(header, footer, .col-content) { - animation: unshift-to-left 0.4s; - } - - .from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; - } - - .has-menu body { - overflow: hidden; - } - .has-menu .overlay { - visibility: visible; - } - .has-menu :is(header, footer, .col-content) { - transform: translate(-25%, 0); - } - .has-menu .col-menu { - visibility: visible; - transform: translate(0, 0); - display: grid; - grid-template-rows: auto 1fr; - max-height: 100vh; - } - .has-menu .tsd-navigation { - max-height: 100%; - } -} - -.tsd-page-title { - padding: 70px 0 20px 0; - margin: 0 0 40px 0; - background: var(--color-panel); - box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); -} -.tsd-page-title h1 { - margin: 0; -} - -.tsd-breadcrumb { - margin: 0; - padding: 0; - color: var(--color-text-aside); -} -.tsd-breadcrumb a { - color: var(--color-text-aside); - text-decoration: none; -} -.tsd-breadcrumb a:hover { - text-decoration: underline; -} -.tsd-breadcrumb li { - display: inline; -} -.tsd-breadcrumb li:after { - content: " / "; -} - -dl.tsd-comment-tags { - overflow: hidden; -} -dl.tsd-comment-tags dt { - float: left; - padding: 1px 5px; - margin: 0 10px 0 0; - border-radius: 4px; - border: 1px solid var(--color-comment-tag); - color: var(--color-comment-tag); - font-size: 0.8em; - font-weight: normal; -} -dl.tsd-comment-tags dd { - margin: 0 0 10px 0; -} -dl.tsd-comment-tags dd:before, -dl.tsd-comment-tags dd:after { - display: table; - content: " "; -} -dl.tsd-comment-tags dd pre, -dl.tsd-comment-tags dd:after { - clear: both; -} -dl.tsd-comment-tags p { - margin: 0; -} - -.tsd-panel.tsd-comment .lead { - font-size: 1.1em; - line-height: 1.333em; - margin-bottom: 2em; -} -.tsd-panel.tsd-comment .lead:last-child { - margin-bottom: 0; -} - -.toggle-protected .tsd-is-private { - display: none; -} - -.toggle-public .tsd-is-private, -.toggle-public .tsd-is-protected, -.toggle-public .tsd-is-private-protected { - display: none; -} - -.toggle-inherited .tsd-is-inherited { - display: none; -} - -.toggle-externals .tsd-is-external { - display: none; -} - -#tsd-filter { - position: relative; - display: inline-block; - height: 40px; - vertical-align: bottom; -} -.no-filter #tsd-filter { - display: none; -} -#tsd-filter .tsd-filter-group { - display: inline-block; - height: 40px; - vertical-align: bottom; - white-space: nowrap; -} -#tsd-filter input { - display: none; -} -@media (max-width: 900px) { - #tsd-filter .tsd-filter-group { - display: block; - position: absolute; - top: 40px; - right: 20px; - height: auto; - background-color: var(--color-panel); - visibility: hidden; - transform: translate(50%, 0); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - } - .has-options #tsd-filter .tsd-filter-group { - visibility: visible; - } - .to-has-options #tsd-filter .tsd-filter-group { - animation: fade-in 0.2s; - } - .from-has-options #tsd-filter .tsd-filter-group { - animation: fade-out 0.2s; - } - #tsd-filter label, - #tsd-filter .tsd-select { - display: block; - padding-right: 20px; - } -} - -footer { - border-top: 1px solid var(--color-panel-divider); - background-color: var(--color-panel); -} -footer:after { - content: ""; - display: table; -} -footer.with-border-bottom { - border-bottom: 1px solid var(--color-panel-divider); -} -footer .tsd-legend-group { - font-size: 0; -} -footer .tsd-legend { - display: inline-block; - width: 25%; - padding: 0; - font-size: 16px; - list-style: none; - line-height: 1.333em; - vertical-align: top; -} -@media (max-width: 900px) { - footer .tsd-legend { - width: 50%; - } -} - -.tsd-hierarchy { - list-style: square; - padding: 0 0 0 20px; - margin: 0; -} -.tsd-hierarchy .target { - font-weight: bold; -} - -.tsd-index-panel .tsd-index-content { - margin-bottom: -30px !important; -} -.tsd-index-panel .tsd-index-section { - margin-bottom: 30px !important; -} -.tsd-index-panel h3 { - margin: 0 -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 3; - -moz-column-count: 3; - -ms-column-count: 3; - -o-column-count: 3; - column-count: 3; - -webkit-column-gap: 20px; - -moz-column-gap: 20px; - -ms-column-gap: 20px; - -o-column-gap: 20px; - column-gap: 20px; - padding: 0; - list-style: none; - line-height: 1.333em; -} -@media (max-width: 900px) { - .tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 1; - -moz-column-count: 1; - -ms-column-count: 1; - -o-column-count: 1; - column-count: 1; - } -} -@media (min-width: 901px) and (max-width: 1024px) { - .tsd-index-panel ul.tsd-index-list { - -webkit-column-count: 2; - -moz-column-count: 2; - -ms-column-count: 2; - -o-column-count: 2; - column-count: 2; - } -} -.tsd-index-panel ul.tsd-index-list li { - -webkit-page-break-inside: avoid; - -moz-page-break-inside: avoid; - -ms-page-break-inside: avoid; - -o-page-break-inside: avoid; - page-break-inside: avoid; -} -.tsd-index-panel a, -.tsd-index-panel .tsd-parent-kind-module a { - color: var(--color-ts); -} -.tsd-index-panel .tsd-parent-kind-interface a { - color: var(--color-ts-interface); -} -.tsd-index-panel .tsd-parent-kind-enum a { - color: var(--color-ts-enum); -} -.tsd-index-panel .tsd-parent-kind-class a { - color: var(--color-ts-class); -} -.tsd-index-panel .tsd-kind-module a { - color: var(--color-ts); -} -.tsd-index-panel .tsd-kind-interface a { - color: var(--color-ts-interface); -} -.tsd-index-panel .tsd-kind-enum a { - color: var(--color-ts-enum); -} -.tsd-index-panel .tsd-kind-class a { - color: var(--color-ts-class); -} -.tsd-index-panel .tsd-is-private a { - color: var(--color-ts-private); -} - -.tsd-flag { - display: inline-block; - padding: 1px 5px; - border-radius: 4px; - color: var(--color-comment-tag-text); - background-color: var(--color-comment-tag); - text-indent: 0; - font-size: 14px; - font-weight: normal; -} - -.tsd-anchor { - position: absolute; - top: -100px; -} - -.tsd-member { - position: relative; -} -.tsd-member .tsd-anchor + h3 { - margin-top: 0; - margin-bottom: 0; - border-bottom: none; -} -.tsd-member [data-tsd-kind] { - color: var(--color-ts); -} -.tsd-member [data-tsd-kind="Interface"] { - color: var(--color-ts-interface); -} -.tsd-member [data-tsd-kind="Enum"] { - color: var(--color-ts-enum); -} -.tsd-member [data-tsd-kind="Class"] { - color: var(--color-ts-class); -} -.tsd-member [data-tsd-kind="Private"] { - color: var(--color-ts-private); -} - -.tsd-navigation { - margin: 0 0 0 40px; -} -.tsd-navigation a { - display: block; - padding-top: 2px; - padding-bottom: 2px; - border-left: 2px solid transparent; - color: var(--color-text); - text-decoration: none; - transition: border-left-color 0.1s; -} -.tsd-navigation a:hover { - text-decoration: underline; -} -.tsd-navigation ul { - margin: 0; - padding: 0; - list-style: none; -} -.tsd-navigation li { - padding: 0; -} - -.tsd-navigation.primary { - padding-bottom: 40px; -} -.tsd-navigation.primary a { - display: block; - padding-top: 6px; - padding-bottom: 6px; -} -.tsd-navigation.primary ul li a { - padding-left: 5px; -} -.tsd-navigation.primary ul li li a { - padding-left: 25px; -} -.tsd-navigation.primary ul li li li a { - padding-left: 45px; -} -.tsd-navigation.primary ul li li li li a { - padding-left: 65px; -} -.tsd-navigation.primary ul li li li li li a { - padding-left: 85px; -} -.tsd-navigation.primary ul li li li li li li a { - padding-left: 105px; -} -.tsd-navigation.primary > ul { - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-navigation.primary li { - border-top: 1px solid var(--color-panel-divider); -} -.tsd-navigation.primary li.current > a { - font-weight: bold; -} -.tsd-navigation.primary li.label span { - display: block; - padding: 20px 0 6px 5px; - color: var(--color-menu-label); -} -.tsd-navigation.primary li.globals + li > span, -.tsd-navigation.primary li.globals + li > a { - padding-top: 20px; -} - -.tsd-navigation.secondary { - max-height: calc(100vh - 1rem - 40px); - overflow: auto; - position: sticky; - top: calc(0.5rem + 40px); - transition: 0.3s; -} -.tsd-navigation.secondary.tsd-navigation--toolbar-hide { - max-height: calc(100vh - 1rem); - top: 0.5rem; -} -.tsd-navigation.secondary ul { - transition: opacity 0.2s; -} -.tsd-navigation.secondary ul li a { - padding-left: 25px; -} -.tsd-navigation.secondary ul li li a { - padding-left: 45px; -} -.tsd-navigation.secondary ul li li li a { - padding-left: 65px; -} -.tsd-navigation.secondary ul li li li li a { - padding-left: 85px; -} -.tsd-navigation.secondary ul li li li li li a { - padding-left: 105px; -} -.tsd-navigation.secondary ul li li li li li li a { - padding-left: 125px; -} -.tsd-navigation.secondary ul.current a { - border-left-color: var(--color-panel-divider); -} -.tsd-navigation.secondary li.focus > a, -.tsd-navigation.secondary ul.current li.focus > a { - border-left-color: var(--color-menu-divider-focus); -} -.tsd-navigation.secondary li.current { - margin-top: 20px; - margin-bottom: 20px; - border-left-color: var(--color-panel-divider); -} -.tsd-navigation.secondary li.current > a { - font-weight: bold; -} - -@media (min-width: 901px) { - .menu-sticky-wrap { - position: static; - } -} - -.tsd-panel { - margin: 20px 0; - padding: 20px; - background-color: var(--color-panel); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -} -.tsd-panel:empty { - display: none; -} -.tsd-panel > h1, -.tsd-panel > h2, -.tsd-panel > h3 { - margin: 1.5em -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid var(--color-panel-divider); -} -.tsd-panel > h1.tsd-before-signature, -.tsd-panel > h2.tsd-before-signature, -.tsd-panel > h3.tsd-before-signature { - margin-bottom: 0; - border-bottom: 0; -} -.tsd-panel table { - display: block; - width: 100%; - overflow: auto; - margin-top: 10px; - word-break: normal; - word-break: keep-all; - border-collapse: collapse; -} -.tsd-panel table th { - font-weight: bold; -} -.tsd-panel table th, -.tsd-panel table td { - padding: 6px 13px; - border: 1px solid var(--color-panel-divider); -} -.tsd-panel table tr { - background: var(--color-background); -} -.tsd-panel table tr:nth-child(even) { - background: var(--color-secondary-background); -} - -.tsd-panel-group { - margin: 60px 0; -} -.tsd-panel-group > h1, -.tsd-panel-group > h2, -.tsd-panel-group > h3 { - padding-left: 20px; - padding-right: 20px; -} - -#tsd-search { - transition: background-color 0.2s; -} -#tsd-search .title { - position: relative; - z-index: 2; -} -#tsd-search .field { - position: absolute; - left: 0; - top: 0; - right: 40px; - height: 40px; -} -#tsd-search .field input { - box-sizing: border-box; - position: relative; - top: -50px; - z-index: 1; - width: 100%; - padding: 0 10px; - opacity: 0; - outline: 0; - border: 0; - background: transparent; - color: var(--color-text); -} -#tsd-search .field label { - position: absolute; - overflow: hidden; - right: -40px; -} -#tsd-search .field input, -#tsd-search .title { - transition: opacity 0.2s; -} -#tsd-search .results { - position: absolute; - visibility: hidden; - top: 40px; - width: 100%; - margin: 0; - padding: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); -} -#tsd-search .results li { - padding: 0 10px; - background-color: var(--color-background); -} -#tsd-search .results li:nth-child(even) { - background-color: var(--color-panel); -} -#tsd-search .results li.state { - display: none; -} -#tsd-search .results li.current, -#tsd-search .results li:hover { - background-color: var(--color-panel-divider); -} -#tsd-search .results a { - display: block; -} -#tsd-search .results a:before { - top: 10px; -} -#tsd-search .results span.parent { - color: var(--color-text-aside); - font-weight: normal; -} -#tsd-search.has-focus { - background-color: var(--color-panel-divider); -} -#tsd-search.has-focus .field input { - top: 0; - opacity: 1; -} -#tsd-search.has-focus .title { - z-index: 0; - opacity: 0; -} -#tsd-search.has-focus .results { - visibility: visible; -} -#tsd-search.loading .results li.state.loading { - display: block; -} -#tsd-search.failure .results li.state.failure { - display: block; -} - -.tsd-signature { - margin: 0 0 1em 0; - padding: 10px; - border: 1px solid var(--color-panel-divider); - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - font-size: 14px; - overflow-x: auto; -} -.tsd-signature.tsd-kind-icon { - padding-left: 30px; -} -.tsd-signature.tsd-kind-icon:before { - top: 10px; - left: 10px; -} -.tsd-panel > .tsd-signature { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; -} -.tsd-panel > .tsd-signature.tsd-kind-icon { - padding-left: 40px; -} -.tsd-panel > .tsd-signature.tsd-kind-icon:before { - left: 20px; -} - -.tsd-signature-symbol { - color: var(--color-text-aside); - font-weight: normal; -} - -.tsd-signature-type { - font-style: italic; - font-weight: normal; -} - -.tsd-signatures { - padding: 0; - margin: 0 0 1em 0; - border: 1px solid var(--color-panel-divider); -} -.tsd-signatures .tsd-signature { - margin: 0; - border-width: 1px 0 0 0; - transition: background-color 0.1s; -} -.tsd-signatures .tsd-signature:first-child { - border-top-width: 0; -} -.tsd-signatures .tsd-signature.current { - background-color: var(--color-panel-divider); -} -.tsd-signatures.active > .tsd-signature { - cursor: pointer; -} -.tsd-panel > .tsd-signatures { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; -} -.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { - padding-left: 40px; -} -.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { - left: 20px; -} -.tsd-panel > a.anchor + .tsd-signatures { - border-top-width: 0; - margin-top: -20px; -} - -ul.tsd-descriptions { - position: relative; - overflow: hidden; - padding: 0; - list-style: none; -} -ul.tsd-descriptions.active > .tsd-description { - display: none; -} -ul.tsd-descriptions.active > .tsd-description.current { - display: block; -} -ul.tsd-descriptions.active > .tsd-description.fade-in { - animation: fade-in-delayed 0.3s; -} -ul.tsd-descriptions.active > .tsd-description.fade-out { - animation: fade-out-delayed 0.3s; - position: absolute; - display: block; - top: 0; - left: 0; - right: 0; - opacity: 0; - visibility: hidden; -} -ul.tsd-descriptions h4, -ul.tsd-descriptions .tsd-index-panel h3, -.tsd-index-panel ul.tsd-descriptions h3 { - font-size: 16px; - margin: 1em 0 0.5em 0; -} - -ul.tsd-parameters, -ul.tsd-type-parameters { - list-style: square; - margin: 0; - padding-left: 20px; -} -ul.tsd-parameters > li.tsd-parameter-signature, -ul.tsd-type-parameters > li.tsd-parameter-signature { - list-style: none; - margin-left: -20px; -} -ul.tsd-parameters h5, -ul.tsd-type-parameters h5 { - font-size: 16px; - margin: 1em 0 0.5em 0; -} -ul.tsd-parameters .tsd-comment, -ul.tsd-type-parameters .tsd-comment { - margin-top: -0.5em; -} - -.tsd-sources { - font-size: 14px; - color: var(--color-text-aside); - margin: 0 0 1em 0; -} -.tsd-sources a { - color: var(--color-text-aside); - text-decoration: underline; -} -.tsd-sources ul, -.tsd-sources p { - margin: 0 !important; -} -.tsd-sources ul { - list-style: none; - padding: 0; -} - -.tsd-page-toolbar { - position: fixed; - z-index: 1; - top: 0; - left: 0; - width: 100%; - height: 40px; - color: var(--color-toolbar-text); - background: var(--color-toolbar); - border-bottom: 1px solid var(--color-panel-divider); - transition: transform 0.3s linear; -} -.tsd-page-toolbar a { - color: var(--color-toolbar-text); - text-decoration: none; -} -.tsd-page-toolbar a.title { - font-weight: bold; -} -.tsd-page-toolbar a.title:hover { - text-decoration: underline; -} -.tsd-page-toolbar .table-wrap { - display: table; - width: 100%; - height: 40px; -} -.tsd-page-toolbar .table-cell { - display: table-cell; - position: relative; - white-space: nowrap; - line-height: 40px; -} -.tsd-page-toolbar .table-cell:first-child { - width: 100%; -} - -.tsd-page-toolbar--hide { - transform: translateY(-100%); -} - -.tsd-select .tsd-select-list li:before, -.tsd-select .tsd-select-label:before, -.tsd-widget:before { - content: ""; - display: inline-block; - width: 40px; - height: 40px; - margin: 0 -8px 0 0; - background-image: url(./widgets.png); - background-repeat: no-repeat; - text-indent: -1024px; - vertical-align: bottom; - filter: var(--icon-filter); -} -@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-select .tsd-select-list li:before, - .tsd-select .tsd-select-label:before, - .tsd-widget:before { - background-image: url(./widgets@2x.png); - background-size: 320px 40px; - } -} - -.tsd-widget { - display: inline-block; - overflow: hidden; - opacity: 0.8; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-widget:hover { - opacity: 0.9; -} -.tsd-widget.active { - opacity: 1; - background-color: var(--color-panel-divider); -} -.tsd-widget.no-caption { - width: 40px; -} -.tsd-widget.no-caption:before { - margin: 0; -} -.tsd-widget.search:before { - background-position: 0 0; -} -.tsd-widget.menu:before { - background-position: -40px 0; -} -.tsd-widget.options:before { - background-position: -80px 0; -} -.tsd-widget.options, -.tsd-widget.menu { - display: none; -} -@media (max-width: 900px) { - .tsd-widget.options, - .tsd-widget.menu { - display: inline-block; - } -} -input[type="checkbox"] + .tsd-widget:before { - background-position: -120px 0; -} -input[type="checkbox"]:checked + .tsd-widget:before { - background-position: -160px 0; -} - -.tsd-select { - position: relative; - display: inline-block; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; -} -.tsd-select .tsd-select-label { - opacity: 0.6; - transition: opacity 0.2s; -} -.tsd-select .tsd-select-label:before { - background-position: -240px 0; -} -.tsd-select.active .tsd-select-label { - opacity: 0.8; -} -.tsd-select.active .tsd-select-list { - visibility: visible; - opacity: 1; - transition-delay: 0s; -} -.tsd-select .tsd-select-list { - position: absolute; - visibility: hidden; - top: 40px; - left: 0; - margin: 0; - padding: 0; - opacity: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - transition: visibility 0s 0.2s, opacity 0.2s; -} -.tsd-select .tsd-select-list li { - padding: 0 20px 0 0; - background-color: var(--color-background); -} -.tsd-select .tsd-select-list li:before { - background-position: 40px 0; -} -.tsd-select .tsd-select-list li:nth-child(even) { - background-color: var(--color-panel); -} -.tsd-select .tsd-select-list li:hover { - background-color: var(--color-panel-divider); -} -.tsd-select .tsd-select-list li.selected:before { - background-position: -200px 0; -} -@media (max-width: 900px) { - .tsd-select .tsd-select-list { - top: 0; - left: auto; - right: 100%; - margin-right: -5px; - } - .tsd-select .tsd-select-label:before { - background-position: -280px 0; - } -} - -img { - max-width: 100%; -} - -.tsd-anchor-icon { - margin-left: 10px; - vertical-align: middle; - color: var(--color-text); -} - -.tsd-anchor-icon svg { - width: 1em; - height: 1em; - visibility: hidden; -} - -.tsd-anchor-link:hover > .tsd-anchor-icon svg { - visibility: visible; -} diff --git a/docs/assets/widgets.png b/docs/assets/widgets.png deleted file mode 100644 index c738053..0000000 Binary files a/docs/assets/widgets.png and /dev/null differ diff --git a/docs/assets/widgets@2x.png b/docs/assets/widgets@2x.png deleted file mode 100644 index 4bbbd57..0000000 Binary files a/docs/assets/widgets@2x.png and /dev/null differ diff --git a/docs/classes/CODMClient.html b/docs/classes/CODMClient.html deleted file mode 100644 index eb5d6c3..0000000 --- a/docs/classes/CODMClient.html +++ /dev/null @@ -1,7 +0,0 @@ -CODMClient | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CODMClient

name

APIClient

-
kind

constructor

-
param key

Authorization Key for API (Only for CODM commands)

-

Hierarchy

  • CODMClient

Index

Constructors

Properties

Methods

Constructors

  • Parameters

    • key: string

    Returns CODMClient

Properties

key: string

Methods

  • getperk(name: string): Promise<PerkData>
  • -

    Sends a CODM perk object

    -

    Parameters

    • name: string
      -

    Returns Promise<PerkData>

  • Parameters

    • name: string

    Returns Promise<ScorestreakData>

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/CodeClient.html b/docs/classes/CodeClient.html deleted file mode 100644 index 423d6e6..0000000 --- a/docs/classes/CodeClient.html +++ /dev/null @@ -1,6 +0,0 @@ -CodeClient | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CodeClient

name

CodeClient

-
kind

constructor

-

Hierarchy

  • CodeClient

Index

Constructors

Methods

Constructors

  • Returns CodeClient

Methods

  • createBin(title: String, description: String, code: String): Promise<CodeData>
  • -

    Sends the link of the code

    -

    Parameters

    • title: String
    • description: String
    • code: String
      -

    Returns Promise<CodeData>

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/GiveawaysClient.html b/docs/classes/GiveawaysClient.html deleted file mode 100644 index f731a4f..0000000 --- a/docs/classes/GiveawaysClient.html +++ /dev/null @@ -1,4 +0,0 @@ -GiveawaysClient | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GiveawaysClient

Hierarchy

  • GiveawaysClient

Index

Constructors

Properties

GiveawayMessages: DefaultGiveawayMessages
MongooseConnectionURI: string
client: Client<boolean>
inviteschema: Model<InviteSchema, {}, {}> = ...
schema: Model<GiveawaySchema, {}, {}> = ...

Methods

  • checkRoles(userID: string, roleIDs: string[], message: Message<boolean>): Boolean
  • Parameters

    • userID: string
    • roleIDs: string[]
    • message: Message<boolean>

    Returns Boolean

  • choose(winners: number, msgid: string, message: Message<boolean>): Promise<any[]>
  • Parameters

    • winners: number
    • msgid: string
    • message: Message<boolean>

    Returns Promise<any[]>

  • create(client: Client<boolean>, __namedParameters: Object): Promise<void>
  • Parameters

    • client: Client<boolean>
    • __namedParameters: Object

    Returns Promise<void>

  • editButtons(client: Client<boolean>, data: GiveawaySchema): Promise<void>
  • Parameters

    Returns Promise<void>

  • end(message: Message<boolean>, data: any, giveawaymsg: Message<boolean>): Promise<"ENDED" | "NO_WINNERS">
  • Parameters

    • message: Message<boolean>
    • data: any
    • giveawaymsg: Message<boolean>

    Returns Promise<"ENDED" | "NO_WINNERS">

  • endByButton(client: Client<boolean>, Message: string, button: ButtonInteraction<CacheType>): Promise<void>
  • Parameters

    • client: Client<boolean>
    • Message: string
    • button: ButtonInteraction<CacheType>

    Returns Promise<void>

  • getButtons(host: string): MessageButton[]
  • Parameters

    • host: string

    Returns MessageButton[]

  • giveawayEmbed(client: Client<boolean>, status: string, __namedParameters: Object): Promise<MessageEmbed>
  • Parameters

    • client: Client<boolean>
    • status: string
    • __namedParameters: Object

    Returns Promise<MessageEmbed>

  • gotoGiveaway(data: any): MessageButton
  • Parameters

    • data: any

    Returns MessageButton

  • replacePlaceholders(string: string, data: GiveawaySchema, msg: Message<boolean>, winners?: any[]): string
  • Parameters

    • string: string
    • data: GiveawaySchema
    • msg: Message<boolean>
    • winners: any[] = []

    Returns string

  • reroll(client: Client<boolean>, Message: string, message: Message<boolean>): Promise<any[]>
  • Parameters

    • client: Client<boolean>
    • Message: string
    • message: Message<boolean>

    Returns Promise<any[]>

  • start(client: Client<boolean>): Promise<void>
  • Parameters

    • client: Client<boolean>

    Returns Promise<void>

  • startTimer(message: Message<boolean>, data: any, instant?: boolean): Promise<void>
  • Parameters

    • message: Message<boolean>
    • data: any
    • instant: boolean = false

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/ImageClient.html b/docs/classes/ImageClient.html deleted file mode 100644 index 3ec0ac9..0000000 --- a/docs/classes/ImageClient.html +++ /dev/null @@ -1,3 +0,0 @@ -ImageClient | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ImageClient

name

ImageClient

-
kind

constructor

-

Hierarchy

  • ImageClient

Index

Constructors

Methods

  • alone(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • awesome(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • bestmeme(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • busted(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • communism(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • endpoint(end: string, ava: string, ava1?: string, ava2?: string): string
  • Parameters

    • end: string
    • ava: string
    • Optional ava1: string
    • Optional ava2: string

    Returns string

  • gun(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • mask(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • moment(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • pray(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • pressplay(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • rifleshoot(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • robert(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • saveonlyone(AvatarURL1: string, AvatarURL2: string, AvatarURL3: string): string
  • Parameters

    • AvatarURL1: string
    • AvatarURL2: string
    • AvatarURL3: string

    Returns string

  • toilet(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • vr(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

  • whodidthis(AvatarURL: string): string
  • Parameters

    • AvatarURL: string

    Returns string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/Pagination.html b/docs/classes/Pagination.html deleted file mode 100644 index b66ac5c..0000000 --- a/docs/classes/Pagination.html +++ /dev/null @@ -1 +0,0 @@ -Pagination | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Pagination

Hierarchy

  • Pagination

Index

Constructors

Properties

Methods

Constructors

  • Returns Pagination

Properties

paginationEmojis: string[] = ...

Methods

  • chunk(arr: any, size: number): any[]
  • Parameters

    • arr: any
    • size: number

    Returns any[]

  • pagination(msg: Message<boolean>, author: User, contents: MessageEmbed, init?: boolean, currPage?: number): Promise<void>
  • Parameters

    • msg: Message<boolean>
    • author: User
    • contents: MessageEmbed
    • init: boolean = true
    • currPage: number = 0

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/StarboardClient.html b/docs/classes/StarboardClient.html deleted file mode 100644 index fc702d5..0000000 --- a/docs/classes/StarboardClient.html +++ /dev/null @@ -1 +0,0 @@ -StarboardClient | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StarboardClient

Hierarchy

  • StarboardClient

Index

Constructors

Properties

cache: Collection<string, starMessageData[]> = ...
client: Client<boolean>
color: ColorResolvable
config: { guilds: { add: (StarboardGuild: StarboardGuild) => void; set: (StarboardGuilds: StarboardGuild[]) => void } } = ...

Type declaration

guilds: StarboardGuild[]

Methods

  • cacheData(): void
  • Returns void

  • generateEdit(starCount: number, message: Message<boolean>): MessageOptions
  • Parameters

    • starCount: number
    • message: Message<boolean>

    Returns MessageOptions

  • Parameters

    • guildId: string

    Returns StarboardGuild

  • listener(reaction: MessageReaction): Promise<void>
  • Parameters

    • reaction: MessageReaction

    Returns Promise<void>

  • validGuild(guild: string): Boolean
  • Parameters

    • guild: string

    Returns Boolean

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/classes/URLClient.html b/docs/classes/URLClient.html deleted file mode 100644 index 987f024..0000000 --- a/docs/classes/URLClient.html +++ /dev/null @@ -1,6 +0,0 @@ -URLClient | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Class URLClient

name

URLClient

-
kind

constructor

-

Hierarchy

  • URLClient

Index

Constructors

Methods

Constructors

  • Returns URLClient

Methods

  • createShortURL(shortName: string, targetURL: string): Promise<URLData>
  • -

    Sends the link of the URL

    -

    Parameters

    • shortName: string
    • targetURL: string
      -

    Returns Promise<URLData>

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 36e40ff..0000000 --- a/docs/index.html +++ /dev/null @@ -1,57 +0,0 @@ -cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

cath

CATH

- - -

- -
- Version Download - Package - Repo Stars - Kofi -
- Support Server -
- Node Package -

- -

Cath is a powerful Node.js module that can easily interact and get data from the Cath API -If you like this package, feel free to Star and fork this repository.

- - -

Install the package ✔

-
-

Download from npm

-
npm install cath
-
-

Download from yarn

-
yarn add cath
-
- - -

Examples

-
- - -

Launch of the module

-
-
const cath = require("cath");

const reddit_data = await cath.getreddit("meme");
console.log(reddit_data); // returns an object

const answer = await cath.random8ball();
console.log(answer); // a random answer from 8ball -
- - -

Support, Feature Request & Bug Reports

-
- - -

Support & Feature Request

-
-

Join the official Support Server on Discord & we will be happy to assist you.
-To Request new features contact us on Discord using the support server.

- - -

Report Bugs

-
-

You can report bugs or issues by opening a issue in this repository. Alternatevely you can also contact us on Discord using the support server.

-

- -

-

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/Applications.html b/docs/interfaces/Applications.html deleted file mode 100644 index 9143d54..0000000 --- a/docs/interfaces/Applications.html +++ /dev/null @@ -1 +0,0 @@ -Applications | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Applications

Hierarchy

  • Applications

Index

Properties

awkword: "879863881349087252"
betrayal: "773336526917861400"
chess: "832012774040141894"
chessdev: "832012586023256104"
doodlecrew: "878067389634314250"
fishing: "814288819477020702"
lettertile: "879863686565621790"
poker: "755827207812677713"
spellcast: "852509694341283871"
wordsnack: "879863976006127627"
youtube: "880218394199220334"
youtubedev: "880218832743055411"

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CODMClientOptions.html b/docs/interfaces/CODMClientOptions.html deleted file mode 100644 index 5ace9f9..0000000 --- a/docs/interfaces/CODMClientOptions.html +++ /dev/null @@ -1,3 +0,0 @@ -CODMClientOptions | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CODMClientOptions

Hierarchy

  • CODMClientOptions

Index

Properties

Properties

key: string
-

Authorisation key for the API

-

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/CodeData.html b/docs/interfaces/CodeData.html deleted file mode 100644 index 8ec9d48..0000000 --- a/docs/interfaces/CodeData.html +++ /dev/null @@ -1 +0,0 @@ -CodeData | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CodeData

Hierarchy

  • CodeData

Index

Properties

Properties

id: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/DefaultGiveawayMessages.html b/docs/interfaces/DefaultGiveawayMessages.html deleted file mode 100644 index a9a0293..0000000 --- a/docs/interfaces/DefaultGiveawayMessages.html +++ /dev/null @@ -1 +0,0 @@ -DefaultGiveawayMessages | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DefaultGiveawayMessages

Hierarchy

  • DefaultGiveawayMessages

Index

Properties

alreadyEnded: "The giveaway had already ended!"
alreadyParticipated: "**You have already participated in this giveaway!**"
dmMessage: "You have won a giveaway in **{guildName}**!\nPrize: [{prize}]({giveawayURL})"
dmWinner: true
editParticipants: true
giveaway: "🎉🎉 **GIVEAWAY!** 🎉🎉"
giveawayDescription: "🎁 Award: **{award}**\n🎊 Hosted by: {hostedBy}\n⏲️ Winner(s): `{winners}` \n🙏 Entrants: {totalParticipants} \n\n**Requirements:** {requirements}\n**Required Invites:** {invites}"
giveawayFooterImage: "https://emoji.gg/assets/emoji/3461-giveaway.gif"
newParticipant: "You have successfully entered for this giveaway! There are total `{totalParticipants}` entrants"
noLevel: "You dont have the minimum required level to join this giveaway"
noParticipants: "There isn't enough entrant in this giveaway!"
noWeeklyExp: "you dont have the required minimum weekly xp to join this giveaway"
noWinner: "There isn't any winner in this giveaway due to not enough entrants"
nonoRole: "You don't the required role(s)\n{requiredRoles} role(s) to join the giveaway"
rerolledMessage: "Rerolled! {winner} is the new winner of the giveaway!"
toParticipate: "**Click the `Enter` button to enter the giveaway!**"
winMessage: "congratulations {winners}! You have won **{prize}** from total `{totalParticipants}` entrants!"

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/DiscordActivityOptions.html b/docs/interfaces/DiscordActivityOptions.html deleted file mode 100644 index c3346c1..0000000 --- a/docs/interfaces/DiscordActivityOptions.html +++ /dev/null @@ -1 +0,0 @@ -DiscordActivityOptions | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DiscordActivityOptions

Hierarchy

  • DiscordActivityOptions

Index

Properties

application: string
channel_id: string
token: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/GiveawaySchema.html b/docs/interfaces/GiveawaySchema.html deleted file mode 100644 index beb52b5..0000000 --- a/docs/interfaces/GiveawaySchema.html +++ /dev/null @@ -1 +0,0 @@ -GiveawaySchema | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GiveawaySchema

Hierarchy

  • GiveawaySchema

Index

Properties

Award: string
Channel: string
Clickers: [string]
End: number
Ended: boolean
Guild: string
HostBy: string
Invites: number
Message: string
Requirements: { Enabled: boolean; Roles?: [string] }

Type declaration

  • Enabled: boolean
  • Optional Roles?: [string]
Start: number
Winners: number

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/GiveawaysClientOptions.html b/docs/interfaces/GiveawaysClientOptions.html deleted file mode 100644 index 874b9ff..0000000 --- a/docs/interfaces/GiveawaysClientOptions.html +++ /dev/null @@ -1,7 +0,0 @@ -GiveawaysClientOptions | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GiveawaysClientOptions

Hierarchy

  • GiveawaysClientOptions

Index

Properties

GiveawayMessages: DefaultGiveawayMessages
-

Customizable messages for the giveaway embed

-
MongooseConnectionURI: string
-

Connection URI for the MongoDB

-
client: Client<boolean>
-

Discord Client

-

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/PerkData.html b/docs/interfaces/PerkData.html deleted file mode 100644 index 0f538c0..0000000 --- a/docs/interfaces/PerkData.html +++ /dev/null @@ -1 +0,0 @@ -PerkData | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PerkData

Hierarchy

  • PerkData

Index

Properties

effects: string
name: string
perk: string
type: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/RedditObject.html b/docs/interfaces/RedditObject.html deleted file mode 100644 index d24513f..0000000 --- a/docs/interfaces/RedditObject.html +++ /dev/null @@ -1 +0,0 @@ -RedditObject | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RedditObject

Hierarchy

  • RedditObject

Index

Properties

footer: String
image: String
title: String
url: String

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/ScorestreakData.html b/docs/interfaces/ScorestreakData.html deleted file mode 100644 index 8d788ec..0000000 --- a/docs/interfaces/ScorestreakData.html +++ /dev/null @@ -1 +0,0 @@ -ScorestreakData | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScorestreakData

Hierarchy

  • ScorestreakData

Index

Properties

cost: number
description: string
manual: boolean
name: string
preview: string
preview_video: string
special: string
type: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/StarboardClientOptions.html b/docs/interfaces/StarboardClientOptions.html deleted file mode 100644 index 2a840cd..0000000 --- a/docs/interfaces/StarboardClientOptions.html +++ /dev/null @@ -1,7 +0,0 @@ -StarboardClientOptions | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StarboardClientOptions

Hierarchy

  • StarboardClientOptions

Index

Properties

Guilds?: StarboardGuild[]
-

Preload data

-
client: Client<boolean>
-

Discord Client

-
color?: ColorResolvable
-

Color of Embed

-

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/StarboardGuild.html b/docs/interfaces/StarboardGuild.html deleted file mode 100644 index 57163a3..0000000 --- a/docs/interfaces/StarboardGuild.html +++ /dev/null @@ -1 +0,0 @@ -StarboardGuild | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StarboardGuild

Hierarchy

  • StarboardGuild

Index

Properties

Properties

id: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/StarboardGuildOptions.html b/docs/interfaces/StarboardGuildOptions.html deleted file mode 100644 index 4e0cf20..0000000 --- a/docs/interfaces/StarboardGuildOptions.html +++ /dev/null @@ -1,5 +0,0 @@ -StarboardGuildOptions | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StarboardGuildOptions

Hierarchy

  • StarboardGuildOptions

Index

Properties

starCount: number
-

Amount of stars required in order to be registered as a starred channel

-
starboardChannel: string
-

Channel to send starred messages

-

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/URLData.html b/docs/interfaces/URLData.html deleted file mode 100644 index 4ddcbd9..0000000 --- a/docs/interfaces/URLData.html +++ /dev/null @@ -1 +0,0 @@ -URLData | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface URLData

Hierarchy

  • URLData

Index

Properties

Properties

url: String

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/interfaces/starMessageData.html b/docs/interfaces/starMessageData.html deleted file mode 100644 index 2e96979..0000000 --- a/docs/interfaces/starMessageData.html +++ /dev/null @@ -1 +0,0 @@ -starMessageData | cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface starMessageData

Hierarchy

  • starMessageData

Index

Properties

Properties

id: string
origin: string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/docs/modules.html b/docs/modules.html deleted file mode 100644 index 6a3fbb9..0000000 --- a/docs/modules.html +++ /dev/null @@ -1,37 +0,0 @@ -cath
Options
All
  • Public
  • Public/Protected
  • All
Menu

cath

Index

Variables

default: ConfigURLS = ...

Functions

  • -

    Start a Discord Activity session

    -
    example

    const Cath = require("cath") -const client = new Client() -const d = await Cath.DiscordActivity({ -application: "youtube", -channel_id: "901542111005012099", -token: client.token, -}); -message.channel.send({ content: d });

    -

    Parameters

    Returns Promise<string>

  • HHMMSS(str: string): string
  • -

    Returns a string(00:00:00)

    -

    Parameters

    • str: string

    Returns string

  • bool(): boolean
  • -

    Returns true/false

    -

    Returns boolean

  • cleanText(text: string): string
  • -

    Returns a string without " ` " or " @ "

    -

    Parameters

    • text: string

    Returns string

  • confirmation(message: Message<boolean>, author: any, validReactions?: any[], time?: number): Promise<string>
  • Parameters

    • message: Message<boolean>
    • author: any
    • validReactions: any[] = []
    • time: number = 60000

    Returns Promise<string>

  • daysAgo(date: Date): string
  • Parameters

    • date: Date

    Returns string

  • doublestruck(word: string): Promise<string>
  • -

    Dobulestruck words

    -

    Parameters

    • word: string

    Returns Promise<string>

  • formatUpper(str: string): string
  • -

    Edit the first letter of the string to uppercase

    -

    Parameters

    • str: string

    Returns string

  • fractur(word: string): Promise<string>
  • -

    Sends a 8ball response

    -

    Parameters

    • word: string

    Returns Promise<string>

  • -

    Sends an embed of reddit

    -

    Parameters

    • sub: string

    Returns Promise<RedditObject>

  • parseMS(val: number, options?: msOptions): string
  • Parameters

    • val: number
    • Optional options: msOptions

    Returns string

  • parseString(val: string): number
  • Parameters

    • val: string

    Returns number

  • randint(max: number, min: number): number
  • -

    Returns a random number in range

    -

    Parameters

    • max: number
    • min: number

    Returns number

  • random8ball(): Promise<string>
  • -

    Sends a 8ball response

    -

    Returns Promise<string>

  • randomID(length: number): string
  • -

    Returns a random ID/String

    -

    Parameters

    • length: number

    Returns string

  • selectRandom(array?: any[]): any
  • -

    Select a random element of the array

    -

    Parameters

    • array: any[] = []

    Returns any

  • sleep(ms: number): void
  • Parameters

    • ms: number

    Returns void

  • superscript(word: string): Promise<string>
  • -

    Sends a superscript-ed word

    -

    Parameters

    • word: string

    Returns Promise<string>

  • timer(timestamp: number): string
  • Parameters

    • timestamp: number

    Returns string

  • trimArray(arr?: any[]): string
  • -

    Trim an array from 10th elemnt

    -

    Parameters

    • arr: any[] = []

    Returns string

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Private method

Settings

Theme

Generated using TypeDoc

\ No newline at end of file diff --git a/package.json b/package.json index de2d8f2..b3c1e02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cath", - "version": "1.5.14", + "version": "1.5.15", "description": "A powerful package that can interact with Cath API", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/functions/round.ts b/src/functions/round.ts new file mode 100644 index 0000000..ff655e3 --- /dev/null +++ b/src/functions/round.ts @@ -0,0 +1,6 @@ +/** + * Rounds a number to a specified number of decimal places. + */ +export function round(value: number, decimals: number) { + return Number(Math.round(Number(value + "e" + decimals)) + "e-" + decimals); +} diff --git a/src/index.d.ts b/src/index.d.ts index bbade4e..8afe69c 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -39,3 +39,4 @@ export { export { superscript } from "./functions/superscript"; export { doublestruck } from "./functions/doublestruck"; export { fractur } from "./functions/fractur"; +export { round } from "./functions/round"; diff --git a/src/index.ts b/src/index.ts index 551ee8b..8d05995 100644 --- a/src/index.ts +++ b/src/index.ts @@ -44,6 +44,8 @@ export { superscript } from "./functions/superscript"; export { doublestruck } from "./functions/doublestruck"; export { fractur } from "./functions/fractur"; export { randomID } from "./functions/randomID"; +export { round } from "./functions/round"; + const config: ConfigURLS = { api: "https://api.night0721.me", code: "https://code.night0721.me",