mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
Add can see NSFW Channels to account info
This commit is contained in:
parent
653adcd29b
commit
460616d9da
3
BetterDiscordApp/dist/index.js
vendored
3
BetterDiscordApp/dist/index.js
vendored
@ -7489,7 +7489,8 @@ class V2C_AccountInfos extends React.Component {
|
|||||||
- 2FA: ${user.mfaEnabled ? "Yes" : "No"}
|
- 2FA: ${user.mfaEnabled ? "Yes" : "No"}
|
||||||
- Has Been On Mobile: ${user.mobile ? "Yes" : "No"}
|
- Has Been On Mobile: ${user.mobile ? "Yes" : "No"}
|
||||||
- Phone: ${user.phone || "None"}
|
- Phone: ${user.phone || "None"}
|
||||||
- Verified: ${user.verified}`;
|
- Verified: ${user.verified}
|
||||||
|
- Can See NSFW Channels: ${user.nsfwAllowed}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
getStatistics() {
|
getStatistics() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user