Results 6 issues of Alan Bixby

Documents `prompt` added by #137, renames `tokenEndpoint` to `redirectUri`, and specifies `clientId` as type `Snowflake`. Currently, `tokenEndpoint` has no references in the code base, I believe this was intended to...

## 🚨 **Step 0:** Update to `v6.0.1` or higher, see #824 . Roblox introduced a breaking API change on August 27, 2024 that will cause our library to flag all...

wontfix
guide

It appears `displayName`s are enabled globally; as such many endpoints include a `displayName` proprerty however our library does not accurately reflect this. I would strongly advise updating our unit tests...

bug

This pull request was intended to make `badgeId` accept a `number` **or** `Array` instead of just `Array`, however I stumbled into several blatant errors that were also fixed. ```js //...

on-hold
major

Adding private server endpoints- this modifies the access settings of a private server. I've omitted `clanAllowed` and `enemyClanId` as they appear to either be legacy or not implemented yet. Keeping...

enhancement
minor

Discovered during #703 review; [`maxThreads`](https://github.com/noblox/noblox.js/blob/5e7f572e9e25a67c83d8f130dc4ab726fc996617/settings.json#LL4C1-L5C20) is only referenced in [`threaded.js`](https://github.com/noblox/noblox.js/blob/5e7f572e9e25a67c83d8f130dc4ab726fc996617/lib/util/threaded.js) which in turn has no utilization in the library whilst being a `util` function. `threaded.js` appears to be a helper...

help wanted
coverage
todo