Updated index.js
This commit is contained in:
parent
41a09040ed
commit
6faa6aa040
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -1,10 +1,10 @@
|
|||
|
||||
const Discord = require('discord.js');
|
||||
const chalk = require('chalk');
|
||||
const fs = require('node:fs');
|
||||
const config = require('./configs/config.json');
|
||||
const simpleGit = require('simple-git');
|
||||
const path = require('node:path');
|
||||
const { exec } = require('child_process');
|
||||
|
||||
// Discord Client Constructor
|
||||
const client = new Discord.Client({
|
||||
|
|
Loading…
Reference in a new issue