mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-18 21:48:33 +03:00
Fix setUsername request parameter
@@ -181,7 +181,7 @@ __________________________________________________________________
|
|||||||
```
|
```
|
||||||
{
|
{
|
||||||
userID: string, //local user id normally, public user id if adminUserID is specified
|
userID: string, //local user id normally, public user id if adminUserID is specified
|
||||||
userName: string,
|
username: string,
|
||||||
//optional
|
//optional
|
||||||
adminUserID: string //This is if you want to change someone elses username from the admin account
|
adminUserID: string //This is if you want to change someone elses username from the admin account
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user