mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-25 06:34: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"),
|
Discord = require("discord.js"),
|
||||||
backup = require("discord-backup");
|
backup = require("discord-backup");
|
||||||
|
|
||||||
backup.setStorageFolder(__dirname + "../../../backups");
|
backup.setStorageFolder(__dirname + "/../../../backups");
|
||||||
|
|
||||||
class Backup extends Command {
|
class Backup extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
|
|
Loading…
Reference in a new issue