This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @author Anish Shobith | |
* @license MIT | |
* @file index.js | |
*/ | |
// Requring the packages and modules required | |
// All the methods used here are destructing. | |
const { Client, Collection } = require("discord.js"); | |
const { readdirSync } = require("fs"); |