Skip to content

Instantly share code, notes, and snippets.

View zedxos's full-sized avatar
🌹

ルビーとゼッド zedxos

🌹
View GitHub Profile
@zedxos
zedxos / CommandHandler.js
Created October 27, 2020 11:31
Discord.js Multiple folder command handler
/**
* @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");