mirror of
https://github.com/SrIzan10/handler.git
synced 2026-05-01 10:45:17 +00:00
feat(handler) create command-options interface, remove module
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user