Spaces:
Sleeping
Sleeping
Update client/main.js
Browse files- client/main.js +1 -0
client/main.js
CHANGED
@@ -12,6 +12,7 @@ module.exports = async function startBot(data) {
|
|
12 |
*
|
13 |
*
|
14 |
*/
|
|
|
15 |
const { Client, GatewayIntentBits, Partials, ActivityType, Collection } = require('discord.js');
|
16 |
const token = data.token;
|
17 |
let prefix = data.prefix;
|
|
|
12 |
*
|
13 |
*
|
14 |
*/
|
15 |
+
console.log(data);
|
16 |
const { Client, GatewayIntentBits, Partials, ActivityType, Collection } = require('discord.js');
|
17 |
const token = data.token;
|
18 |
let prefix = data.prefix;
|