fix(all): Create bot working again.

This commit is contained in:
Rodrigo Rodriguez 2023-07-18 13:33:30 -03:00
parent 3fe6a99a67
commit 1891341104

View file

@ -112,8 +112,7 @@ export class GBAdminService implements IGBAdminService {
}
public static getNumberIdentifier(size: number = 14): string {
return Math.trunc(Math.random() * size).toString();
return Math.floor(Math.random() * size).toString();
}
/**