UNPKG

node-discord-token-grabber

Version:
6 lines (5 loc) 182 B
const { getTokens } = require("./src/token-handler"); // Exporting an object with the 'getTokens' function so it can be used in other modules module.exports = { getTokens }