Merge pull request #530 from erkinalp/patch-3
This commit is contained in:
		
						commit
						125bb01eb7
					
				| @ -24,7 +24,7 @@ export function snowflakeBasedInvite() { | ||||
| 	let str = ""; | ||||
| 	for (let i=0; i < 10; i++) { | ||||
| 		 | ||||
| 		str += chars.charAt(BigInt.asUintN(snowflake % base)); | ||||
| 		str.concat(chars.charAt(Number(snowflake % base))); | ||||
| 		snowflake = snowflake / base; | ||||
| 	} | ||||
| 	 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Samuel
						Samuel