chore(release): 2.3.0-dev.1 [skip ci]
# [2.3.0-dev.1](https://github.com/ZynerOrg/xyter/compare/v2.2.1...v2.3.0-dev.1) (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
af14c7598e
commit
6a21c9cd83
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.2.1",
|
||||
"version": "2.3.0-dev.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "xyter",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0-dev.1",
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@prisma/client": "^4.7.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "xyter",
|
||||
"version": "2.2.1",
|
||||
"version": "2.3.0-dev.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