Fix ServerInfo, ShowMeYourName & WebContextMenus
This commit is contained in:
parent
dad69e0d0f
commit
9fa91c193d
4 changed files with 12 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ import { FluxDispatcher, Forms, GuildChannelStore, GuildMemberStore, GuildStore,
|
|||
import { Guild, User } from "discord-types/general";
|
||||
|
||||
const IconClasses = findByPropsLazy("icon", "acronym", "childWrapper");
|
||||
const FriendRow = findComponentByCodeLazy(".listName,discriminatorClass");
|
||||
const FriendRow = findComponentByCodeLazy("discriminatorClass:", ".isMobileOnline", "getAvatarURL");
|
||||
|
||||
const cl = classNameFactory("vc-gp-");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue