Releases: musnows/Kook-Valorant-Bot
Releases · musnows/Kook-Valorant-Bot
v0.2.9
v0.2.8
v0.2.7
v0.2.6
v0.2.5
What's Changed?
- add regex command to send reply when user
(met)bot(met)
- get player_gamename after reauthorize at once,in case user logout before shop reply
- update reply of
/login
to inform user do it atprivate message
, addlog-bot-user
to log/login
cmd - add img-draw screenshot/log.png to save log-info for README
- update README
v0.2.4
v0.2.3
What's Changed?
- add
vip-ta
command to add time for all vip user,incase vip fuction can't use for a while - fix length for text_name in log command
- add global value
Login_Forbidden
to block user from using login related command (login/shop/uinfo)
update riot-auth
sdk to fix 403 err
check floxay/python-riot-auth/issues/5 for more detail
v0.2.2
What's changed?
- add new file
bot_log.py
for logging def, add new commandlog-list
to show botguild/user/cmd count
- add more kook-api endpoints
- add aliases to
hello/ahri/log-list
command - add check to nofity err user(such as bot can't create private message to user), reply to inform user when user using
/notfiy-a
command next time
v0.2.1
v0.2.0
Breaking Changes!
First Breaking Changes for bot
1. publish vip!
1.1 add vip daily shop reply
vip user will get different daily shop reply from bot.
- normal user get
1000*1000
img - vip user get
1280*720
img
1.2 add special command for vip user
vip-u
: get vip from uuidvip-c
: check remaining time for vipvip-l
: list vip uservip-shop
: vip user can modify their background of daily shop
1.3 more great fuctions!
- vip user will get automatic daily shop reply at
8AM BJS
- bot will log vip user daily shop img, next time when vip user use
/shop
command, bot will upload it from local path instead of drawing the img,which will save2-3s
of response time - using
aiohttp cookie_jar
to save vip user cookie, don't need to login again when bot restart because of maintenance。
2. other changes
add_date
will fetchdebug_channel
at start,don't need to fetch every time when exception- change err reply to card message, bot will update msg instead of replying a new one when using
/shop
or/uinfo
- add
class icon
for easy manage icon-url - update README
Special thanks😘
@Edint386 for add vip daily shop PIL
code