mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
fix 2
This commit is contained in:
parent
0f326f7759
commit
c0c9b832a6
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