mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
fix divorce and test ytdl
This commit is contained in:
parent
fb8ba83727
commit
155df66ddf
2 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@ class Atlanta extends Client {
|
||||||
|
|
||||||
this.player = new Player(this, {
|
this.player = new Player(this, {
|
||||||
ytdlDownloadOptions: {
|
ytdlDownloadOptions: {
|
||||||
|
filter: "audio",
|
||||||
requestOptions: {
|
requestOptions: {
|
||||||
headers: {
|
headers: {
|
||||||
cookie: this.config.youtubeToken
|
cookie: this.config.youtubeToken
|
||||||
|
|
|
@ -31,7 +31,7 @@ class Divorce extends Command {
|
||||||
oldLover.save();
|
oldLover.save();
|
||||||
|
|
||||||
// Send success message
|
// Send success message
|
||||||
message.success("economy/divorce:SUCCESS", { username: user.username });
|
message.success("economy/divorce:DIVORCED", { username: user.username });
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue