mirror of
https://github.com/Lightcord/Lightcord.git
synced 2025-04-12 00:55:40 +02:00
5 lines
149 B
TypeScript
5 lines
149 B
TypeScript
import * as path from "path"
|
|
|
|
export default function requireNativeDiscordModule(id){
|
|
return require(path.join(__dirname, "..", "modules", id))
|
|
} |