docs: add smooth volume example
This commit is contained in:
parent
75a2117602
commit
5e068e573f
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
require("dotenv").config({
|
||||
path: __dirname+"/.env"
|
||||
});
|
||||
require("discord-player/smoothVolume");
|
||||
const { Client, GuildMember, Intents } = require("discord.js");
|
||||
const config = require("./config");
|
||||
const { Player, QueryType, QueueRepeatMode } = require("discord-player");
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "^0.5.3",
|
||||
"discord-player": "^5.0.2",
|
||||
"discord-player": "^5.2.1",
|
||||
"discord.js": "^13.0.1",
|
||||
"dotenv": "^10.0.0"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue