mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Remove extra emoji
This commit is contained in:
@@ -196,7 +196,7 @@ export default class VRChatUser {
|
||||
if (tags.includes('system_trust_trusted')) return 'Known User';
|
||||
if (tags.includes('system_trust_known')) return 'User';
|
||||
if (tags.includes('system_trust_basic')) return 'New User';
|
||||
return '🤍 Visitor';
|
||||
return 'Visitor';
|
||||
}
|
||||
|
||||
private static getExtraRanks(tags: string[]) {
|
||||
|
||||
Reference in New Issue
Block a user