refactor: change loading strategy, eliminate bloat

This commit is contained in:
Jacob Nguyen
2022-05-15 19:18:19 -05:00
parent 40a10bf32b
commit a76099cbcb
10 changed files with 72 additions and 107 deletions

View File

@@ -14,9 +14,8 @@
import type { Awaitable, Client } from 'discord.js';
import type { Err, Ok, Result } from 'ts-results';
import type { Module, Override, Wrapper } from '../..';
import type { ModuleDefs } from '../structures/modules/commands/moduleHandler';
import type { BaseModule } from '../structures/modules/module';
import type { CommandType } from '../sern';
import type { BaseModule, ModuleDefs } from '../structures/module';
export interface Controller {