fix divorce and test ytdl

This commit is contained in:
JonnyBro 2021-12-19 00:17:39 +05:00
parent fb8ba83727
commit 155df66ddf
2 changed files with 2 additions and 1 deletions

View file

@ -49,6 +49,7 @@ class Atlanta extends Client {
this.player = new Player(this, {
ytdlDownloadOptions: {
filter: "audio",
requestOptions: {
headers: {
cookie: this.config.youtubeToken

View file

@ -31,7 +31,7 @@ class Divorce extends Command {
oldLover.save();
// Send success message
message.success("economy/divorce:SUCCESS", { username: user.username });
message.success("economy/divorce:DIVORCED", { username: user.username });
}
};