mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14: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"),
|
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