doggybootsy / discord-hacks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can i get Module by name

tungdo0602 opened this issue · comments

commented

how can i get module by name or by props

commented

example?

displayName you would do getModule("DisplayName") and props you would do getModule(["prop1", "prop2"])

commented

ok