-
## Bug Report
### Code
I was trying to access `UserNotice.message` for every `UserNotice`, and noticed that it broke on raids.
```js
chatClient.onRaid((_, __, ___, notice) => {
co…
-
## Feature Request
It would be a convenient addition to make it so that passing in empty `width, height` into `HelixStream.getThumbnailUrl()` would just return the url for default width and height …
-
## Bug Report
### Code
```js
const { ClientCredentialsAuthProvider } = require('@twurple/auth');
const authProvider = new ClientCredentialsAuthProvider(clientId, clientSecret);
```
#…
-
### Package
@lucia-auth/oauth
### Package version
0.8.0
### Describe the bug
[The `/helix/users` endpoint](https://dev.twitch.tv/docs/api/reference/#get-users) seems to return an array under the…
-
https://discord.com/channels/1039887907705593876/1068516739576496218
![Image](https://user-images.githubusercontent.com/91318807/216981546-62241cac-272e-4106-ab60-c6aa7ca15102.png)
-
**Describe the solution you'd like**
Real username variable for twitch user based events.
**Additional context**
Currently, the $user and $username variables return the Display Name, which can cause …
-
I'm using Twurple in my frontend for EventSub Websocket subscriptions, and I'd like to be able to notify to the end user whether the websocket connection is functional.
Right now, after getting the…
-
in the docs: https://twurple.js.org/reference/api/classes/HelixModerationApi.html#deleteChatMessages it doesnt work if you usernames for the ids, only userids works
the twitch documentation also st…
-
basically delay anything except commands
* twitch predictions
* chatters
allow this to be configurable
need a global `say(channel, msg, nDelay)` probably
```
GSI Delay (in seconds)
Sp…
-
## Feature Request
Hi! Is there a way to implement [retry-as-promised](https://www.npmjs.com/package/retry-as-promised) or an equivalent into twurple-api? To give a usage example, I often have Fetc…