mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 22:05:10 +00:00
enhancement(lint): Fix lint errors for src/modules/index.ts
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
f6e63f78e2
commit
d1b2e59227
1 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
export * as BaseCommand from "./BaseCommand";
|
||||
export * as CommandLoader from "./CommandLoader";
|
||||
export * as Status from "./status";
|
||||
export * as Random from "./randomResponseSystem";
|
||||
export * as Random from "./randomResponseSystem";
|
||||
export * as howWasYourDay from "./howWasYourDay";
|
||||
// export * from "./wsDirectory";
|
||||
export * from "./smee";
|
||||
export * as whatYouDo from "./projectWaterydo";
|
||||
export * as songs from "./Songs";
|
||||
export * as nextdns from "./nextdns";
|
||||
export * as whatYouDo from "./projectWaterydo";
|
||||
export * as songs from "./Songs";
|
||||
export * as nextdns from "./nextdns";
|
||||
export * as hacktime from "./hacktime";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue