zzbslayer/KokkoroBot-Multi-Platform

[Fix] Fix 'alt' from int to str

Closed this issue · 1 comments

alt is a field in clanbattle. It is equals to group_id. Since we have modify group_id from int to str before, alt should also be str.

Done