chore(release): 2.3.0 [skip ci]
# [2.3.0](https://github.com/ZynerOrg/xyter/compare/v2.2.1...v2.3.0) (2023-06-02) ### Bug Fixes * 🐛 fix reputation repute function ([828524d
](828524d4c2
)) * ✨ throw error if user tries to execute same command while one is processing ([af14c75
](af14c7598e
)) ### Features * 🚸 improve style for users on interaction error ([acdd507
](acdd5076e7
)) * 🚸 make bonus commands set their time at midnights ([26d03c2
](26d03c282c
)) * ✨ ability to set prorata cooldowns ([e223309
](e223309796
))
This commit is contained in:
parent
ec05cd75ec
commit
f6d19ff5c7
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.3.0-dev.1",
|
"version": "2.3.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "xyter",
|
"name": "xyter",
|
||||||
"version": "2.3.0-dev.1",
|
"version": "2.3.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.3.0-dev.1",
|
"version": "2.3.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