Combine Knub's type helpers with Zeppelin's, continue Utility plugin port

This commit is contained in:
Dragory 2020-07-06 01:51:48 +03:00
parent b338351e37
commit 9f059f33af
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
13 changed files with 533 additions and 13 deletions

View file

@ -1,6 +1,6 @@
import { utilityCmd } from "../types";
import { baseTypeHelpers as t } from "knub";
import { customArgumentHelpers as ct } from "../../../customArgumentTypes";
import { commandTypeHelpers as ct } from "../../../commandTypes";
import { embedPadding, resolveMember, trimLines, UnknownUser } from "../../../utils";
import { EmbedOptions, GuildTextableChannel } from "eris";
import moment from "moment-timezone";