This commit is contained in:
JonnyBro 2022-01-03 01:54:49 +05:00
parent 10ebf0a7d1
commit 85152cd14c
2 changed files with 9 additions and 1 deletions

View file

@ -193,6 +193,14 @@
<div class="row">
<div class="col-md-12">
<pre class="brush: html">
-----------------------------------------------------------------------------------------
JaBa v3.1.3
-----------------------------------------------------------------------------------------
Изменено
- Команды number и findwords теперь корректно отображают выигрыш.
- Расширен диапазон случайных чисел в number.
- Исправлены ошибки.
-----------------------------------------------------------------------------------------
JaBa v3.1.2
-----------------------------------------------------------------------------------------

View file

@ -1,6 +1,6 @@
{
"name": "jaba",
"version": "3.1.2",
"version": "3.1.3",
"description": "A very complete Discord bot (more than 100 commands) that uses the Discord.js",
"main": "index.js",
"private": true,