mirror of
https://github.com/sern-handler/handler
synced 2026-06-17 21:32:14 +00:00
chore: add back @Townsy45's credits
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user