Skip to content

Commit 8d72296

Browse files
authored
Merge pull request #474 from Magmastream-NPM/2.8.7
2.8.7
2 parents d30d7d3 + 979d9d9 commit 8d72296

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magmastream",
3-
"version": "2.8.6",
3+
"version": "2.8.7",
44
"description": "A user-friendly Lavalink client designed for NodeJS.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/structures/Manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1026,7 +1026,7 @@ export interface ManagerOptions {
10261026
/** The last.fm API key.
10271027
* If you need to create one go here: https://www.last.fm/api/account/create.
10281028
* If you already have one, get it from here: https://www.last.fm/api/accounts. */
1029-
lastFmApiKey: string;
1029+
lastFmApiKey?: string;
10301030
/** The maximum number of previous tracks to store. */
10311031
maxPreviousTracks?: number;
10321032
/** The array of nodes to connect to. */

0 commit comments

Comments
 (0)