chore(release): 2.7.1
## [2.7.1](https://github.com/zynerorg/xyter/compare/v2.7.0...v2.7.1) (2024-12-10) ### Bug Fixes * update cooldown duration to a month ([a078e7d
](a078e7de83
)) * update cooldown duration to a week ([8a77d29
](8a77d29e63
))
This commit is contained in:
parent
a0ea0c423e
commit
3ff94ff018
2 changed files with 3 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "xyter",
|
||||
"version": "2.7.0",
|
||||
"version": "2.7.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "xyter",
|
||||
"version": "2.7.0",
|
||||
"version": "2.7.1",
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@prisma/client": "^6.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "xyter",
|
||||
"version": "2.7.0",
|
||||
"version": "2.7.1",
|
||||
"private": true,
|
||||
"description": "A multi purpose Discord bot written in TypeScript with Discord.js",
|
||||
"main": "dist/index.js",
|
||||
|
|
Loading…
Add table
Reference in a new issue