interface BotWithFileLoader implements Botimport { type BotWithFileLoader } from "https://dotland.deno.dev/x/discordeno@17.2.0/plugins/mod.ts"; Extend the Bot with the Plugin's added functions PropertiesimportDirectory: (path: string) => voidRecursively generates an array of unique paths to import using fileLoader() (Is windows compatible) fileLoader: () => voidWrites, then imports all everything in fileloader.ts fastFileLoader: (paths: string[],between?: (path: string,uniqueFilePathCounter: number,paths: string[],) => void,before?: (uniqueFilePathCounter: number, paths: string[]) => void,) => voidThis function will import the specified directories