mirror of
https://github.com/ION606/custom_discordjs.git
synced 2026-05-14 22:26:54 +00:00
7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
|
|
const intents = require('../gateway/intents.js');
|
||
|
|
|
||
|
|
|
||
|
|
module.exports = {
|
||
|
|
/**@type {Array<intents>} */
|
||
|
|
intents: []
|
||
|
|
}
|