Skip to content

Commit

Permalink
6.1.20-3
Browse files Browse the repository at this point in the history
  • Loading branch information
cataclym committed Aug 3, 2024
1 parent 3938e89 commit b203cee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

## [v6.1.20-2](https://github.com/cataclym/KaikiBot/compare/v6.1.20-1...v6.1.20-2)
## [v6.1.20-3](https://github.com/cataclym/KaikiBot/compare/v6.1.20-2...v6.1.20-3)

## [v6.1.20-2](https://github.com/cataclym/KaikiBot/compare/v6.1.20-1...v6.1.20-2) - 2024-07-23

### Commits

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaikideishubot",
"version": "6.1.20-2",
"version": "6.1.20-3",
"main": "./dist/index.js",
"scripts": {
"start_docker": "npx prisma db push && npm run start",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Gambling/Gambling.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ${arr[6]} - ${arr[7]} - ${arr[8]}
options: { ephemeral: true },
embeds: [
new EmbedBuilder()
.setDescription(`I will notify you in ${time(new Date(new Date().getTime() + KaikiUtil.timeToMidnightOrNoon()), "R")}`)
.setDescription(`I will notify you ${time(new Date(new Date().getTime() + KaikiUtil.timeToMidnightOrNoon()), "R")}`)
.withOkColor(msg)
]
})
Expand Down

0 comments on commit b203cee

Please sign in to comment.