Files
custom_discordjs/structures/client/clientOpts.js
T

7 lines
121 B
JavaScript
Raw Normal View History

2023-03-18 18:02:17 -04:00
const intents = require('../gateway/intents.js');
module.exports = {
/**@type {Array<intents>} */
intents: []
}