fix(all): Create bot working again.

This commit is contained in:
Rodrigo Rodriguez 2023-07-18 13:33:30 -03:00
parent 3fd3213740
commit 0ed3dce1d2

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();
}
/**