mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54: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, {
|
||||
ytdlDownloadOptions: {
|
||||
filter: "audio",
|
||||
requestOptions: {
|
||||
headers: {
|
||||
cookie: this.config.youtubeToken
|
||||
|
|
|
@ -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 });
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue