feat(handler) create command-options interface, remove module

This commit is contained in:
Jacob Nguyen
2022-03-13 01:37:24 -06:00
parent 840619d7c5
commit 5b968ce442
6 changed files with 34 additions and 58 deletions

View File

@@ -1,5 +1,5 @@
import type { Message } from "discord.js";
import { filter, fromEvent, map, Observable } from "rxjs";
import { filter, fromEvent, Observable } from "rxjs";
import type Wrapper from "../structures/wrapper";
import { isNotFromDM, isNotFromBot, hasPrefix } from "../utilities/messageHelpers";