chore: add back @Townsy45's credits

This commit is contained in:
EvolutionX
2022-02-19 20:03:40 +05:30
committed by GitHub
parent f4b6642b73
commit f6b85d8763

View File

@@ -12,6 +12,7 @@ export type CommandVal = {
export const Commands = new Map<string, CommandVal>();
export const Alias = new Map<string, CommandVal>();
// Courtesy @Townsy45
async function readPath(dir: string, arrayOfFiles: string[] = []): Promise<string[]> {
try {
const files = readdirSync(dir);