chore(release): 2.2.0 [skip ci]
# [2.2.0](https://github.com/ZynerOrg/xyter/compare/v2.1.2...v2.2.0) (2023-05-31) ### Bug Fixes * 🗃️ update instead of create new cooldowns if one already exists ([3875c9e
](3875c9e136
)) * **deps:** update dependency dotenv to v16.1.1 ([45e9365
](45e93653ad
)) * **deps:** update prisma monorepo to v4.15.0 ([cd93891
](cd93891d37
)) ### Features * 🚸 add penalty cost if spamming messages ([8c1c0af
](8c1c0af360
))
This commit is contained in:
parent
09b4bf15a3
commit
cba7e6a706
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",
|
"name": "xyter",
|
||||||
"version": "2.2.0-dev.2",
|
"version": "2.2.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "xyter",
|
"name": "xyter",
|
||||||
"version": "2.2.0-dev.2",
|
"version": "2.2.0",
|
||||||
"license": "GPL-3.0-only",
|
"license": "GPL-3.0-only",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@prisma/client": "^4.7.1",
|
"@prisma/client": "^4.7.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "xyter",
|
"name": "xyter",
|
||||||
"version": "2.2.0-dev.2",
|
"version": "2.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "A multi purpose Discord bot written in TypeScript with Discord.js",
|
"description": "A multi purpose Discord bot written in TypeScript with Discord.js",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Loading…
Add table
Reference in a new issue