mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-02-06 01:24:10 +05:00
Compare commits
1 commit
cd5cafeec0
...
50d8e2cd90
Author | SHA1 | Date | |
---|---|---|---|
![]() |
50d8e2cd90 |
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ export class ExtendedClient extends Client<true> {
|
|||
|
||||
// @ts-ignore - because ExtendedClient != Client<boolean> from discord.js
|
||||
giveaways = new GiveawaysManager(this, {
|
||||
storage: "./giveaways.json",
|
||||
storage: "../../giveaways.json",
|
||||
default: {
|
||||
botsCanWin: false,
|
||||
embedColor: this.configService.get("embed.color"),
|
||||
|
|
Loading…
Reference in a new issue