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:
semantic-release-bot 2024-12-10 18:55:19 +00:00
parent a0ea0c423e
commit 3ff94ff018
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View file

@ -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",

View file

@ -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",