mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 22:24:58 +05:00
fix
This commit is contained in:
parent
e5469e996a
commit
0f326f7759
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const Command = require("../../base/Command"),
|
|||
Discord = require("discord.js"),
|
||||
backup = require("discord-backup");
|
||||
|
||||
backup.setStorageFolder(__dirname + "../../../backups");
|
||||
backup.setStorageFolder(__dirname + "/../../../backups");
|
||||
|
||||
class Backup extends Command {
|
||||
constructor(client) {
|
||||
|
|
Loading…
Reference in a new issue