mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Фикс (надеюсь) giveaway
This commit is contained in:
parent
8704df44b8
commit
21b1bb5fe8
2 changed files with 2 additions and 4 deletions
|
@ -101,8 +101,8 @@ class JaBa extends Client {
|
||||||
updateCountdownEvery: 10000,
|
updateCountdownEvery: 10000,
|
||||||
default: {
|
default: {
|
||||||
botsCanWin: false,
|
botsCanWin: false,
|
||||||
// exemptPermissions: [ "MANAGE_MESSAGES", "ADMINISTRATOR" ],
|
|
||||||
embedColor: this.config.embed.color,
|
embedColor: this.config.embed.color,
|
||||||
|
embedColorEnd: "FF00000",
|
||||||
reaction: "🎉"
|
reaction: "🎉"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -31,10 +31,8 @@
|
||||||
"dblapi.js": "^2.3.0",
|
"dblapi.js": "^2.3.0",
|
||||||
"discord-backup": "^3.0.1",
|
"discord-backup": "^3.0.1",
|
||||||
"discord-canvas": "^1.3.2",
|
"discord-canvas": "^1.3.2",
|
||||||
"discord-giveaway": "^1.1.5",
|
"discord-giveaways": "^5.0.1",
|
||||||
"discord-giveaways": "^4.4.3",
|
|
||||||
"discord-paginationembed": "github:gazmull/discord-paginationembed#v3",
|
"discord-paginationembed": "github:gazmull/discord-paginationembed#v3",
|
||||||
"discord-tictactoe": "^2.2.0",
|
|
||||||
"discord-together": "^1.3.25",
|
"discord-together": "^1.3.25",
|
||||||
"discord.js": "^13.5.0",
|
"discord.js": "^13.5.0",
|
||||||
"distube": "^3.0.5",
|
"distube": "^3.0.5",
|
||||||
|
|
Loading…
Reference in a new issue