Comparing version 3.0.1 to 3.0.2
{ | ||
"name": "shoukaku", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A lavalink wrapper that supports almost all libraries", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -131,3 +131,3 @@ /// <reference types="node" /> | ||
/** | ||
* Destroy the curernt Lavalink player | ||
* Destroy the current Lavalink player | ||
*/ | ||
@@ -134,0 +134,0 @@ destroyLavalinkPlayer(): void; |
@@ -168,3 +168,3 @@ "use strict"; | ||
/** | ||
* Destroy the curernt Lavalink player | ||
* Destroy the current Lavalink player | ||
*/ | ||
@@ -171,0 +171,0 @@ destroyLavalinkPlayer() { |
@@ -12,3 +12,3 @@ import { Node } from './Node'; | ||
isStream: boolean; | ||
position: boolean; | ||
position: number; | ||
title: string; | ||
@@ -15,0 +15,0 @@ uri: string; |
{ | ||
"name": "shoukaku", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A lavalink wrapper that supports almost all libraries", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -13,3 +13,3 @@ ## Shoukaku | ||
<p align="center"> | ||
<img src="https://cdn.donmai.us/original/0e/a4/0ea4a25416f850823d62d61ce51fc659.png" height="600"> | ||
<img src="https://cdn.donmai.us/original/0e/a4/0ea4a25416f850823d62d61ce51fc659.png"> | ||
</p> | ||
@@ -123,3 +123,3 @@ | ||
### Made with ❤ by: | ||
### Made with ❤ by | ||
> @Sāya#0113 |
@@ -235,3 +235,3 @@ import { EventEmitter, once } from 'events'; | ||
/** | ||
* Destroy the curernt Lavalink player | ||
* Destroy the current Lavalink player | ||
*/ | ||
@@ -238,0 +238,0 @@ public destroyLavalinkPlayer(): void { |
@@ -20,3 +20,3 @@ import { Node } from './Node'; | ||
isStream: boolean; | ||
position: boolean; | ||
position: number; | ||
title: string; | ||
@@ -23,0 +23,0 @@ uri: string; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
230121