Skip to content

Commit

Permalink
update v 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
appujet committed Mar 19, 2023
1 parent a2a06b6 commit 4631464
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/config.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lavamusic",
"version": "3.0.0",
"version": "3.1.0",
"description": "LavaMusic is a music bot for Discord, written in JavaScript using the Discord.js, Typescript, Shoukak (Lavalink) library.",
"type": "module",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default {
yellow: 0xffff00,
main: 0x2F3136,
},
searchEngine: process.env.SEARCH_ENGINE || SearchEngine.SoundCloud as SearchEngine,
searchEngine: process.env.SEARCH_ENGINE || SearchEngine.YouTube as SearchEngine,
maxPlaylistSize: parseInt(process.env.MAX_PLAYLIST_SIZE) || 100,
maxQueueSize: parseInt(process.env.MAX_QUEUE_SIZE) || 100,
owners: process.env.OWNERS?.split(','),
Expand Down

0 comments on commit 4631464

Please sign in to comment.