Skip to content

Commit 250595d

Browse files
author
cmd1152
committed
id长度最多6位,还是改成36进制好
1 parent c170fd3 commit 250595d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HackChat-BotLib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ class Client {
170170
})
171171
}
172172
getcustomId() {
173-
return this.customId.toString();
173+
return this.customId.toString(36);
174174
this.customId += 1;
175175
}
176176
isTrip(trip) {

0 commit comments

Comments
 (0)