mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-02-05 17:14:10 +05:00
Compare commits
2 commits
50d8e2cd90
...
cd5cafeec0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
cd5cafeec0 | ||
![]() |
526f16c74f |
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