mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
v3.4.7
This commit is contained in:
parent
0d2e05efba
commit
d956fc56a2
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
### JaBa v3.4.7
|
||||
* Исправления
|
||||
* Команда *ping* выдавала неправильный пинг.
|
||||
|
||||
### JaBa v3.4.6
|
||||
* Изменено
|
||||
* Команда *invitations* переименована в *invites*.
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "jaba",
|
||||
"version": "3.4.6",
|
||||
"version": "3.4.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "jaba",
|
||||
"version": "3.4.6",
|
||||
"version": "3.4.7",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@discordjs/opus": "^0.7.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jaba",
|
||||
"version": "3.4.6",
|
||||
"version": "3.4.7",
|
||||
"description": "A very complete Discord bot (more than 100 commands) that uses the Discord.js",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
|
|
Loading…
Reference in a new issue