Skip to content

Commit

Permalink
🐛 Update giveaways relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Nov 23, 2020
1 parent 0a01c63 commit 1cf4843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/Atlanta.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class Atlanta extends Client {


this.giveawaysManager = new GiveawaysManager(this, {
storage: "../giveaways.json",
storage: "./giveaways.json",
updateCountdownEvery: 10000,
default: {
botsCanWin: false,
Expand Down Expand Up @@ -321,4 +321,4 @@ class Atlanta extends Client {

}

module.exports = Atlanta;
module.exports = Atlanta;

0 comments on commit 1cf4843

Please sign in to comment.