mirror of
https://github.com/JonnyBro/JaBa.git
synced 2025-04-01 03:32:00 +05:00
fix(giveaways): fixing paths
This commit is contained in:
parent
f54f50565c
commit
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
|
// @ts-ignore - because ExtendedClient != Client<boolean> from discord.js
|
||||||
giveaways = new GiveawaysManager(this, {
|
giveaways = new GiveawaysManager(this, {
|
||||||
storage: "../../giveaways.json",
|
storage: "./giveaways.json",
|
||||||
default: {
|
default: {
|
||||||
botsCanWin: false,
|
botsCanWin: false,
|
||||||
embedColor: this.configService.get("embed.color"),
|
embedColor: this.configService.get("embed.color"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue