mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
v3.1.1
This commit is contained in:
parent
238eac8f18
commit
106e4a33df
2 changed files with 12 additions and 1 deletions
|
@ -193,6 +193,17 @@
|
|||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<pre class="brush: html">
|
||||
-----------------------------------------------------------------------------------------
|
||||
JaBa v3.1.1
|
||||
-----------------------------------------------------------------------------------------
|
||||
Добавлено
|
||||
- Сокращения для всех команд.
|
||||
- Команда tictactoe (ttt) - крестики-нолики.
|
||||
(Спасибо Добрый Спецназ#8801 за идеи)
|
||||
|
||||
Изменено
|
||||
- Откаты команд уменьшены ещё больше.
|
||||
|
||||
-----------------------------------------------------------------------------------------
|
||||
JaBa v3.1
|
||||
-----------------------------------------------------------------------------------------
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "jaba",
|
||||
"version": "3.1",
|
||||
"version": "3.1.1",
|
||||
"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