Small cleanup
This commit is contained in:
parent
3c3602f8d3
commit
dee4637a7f
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
||||||
import at = require("lodash.at");
|
import at = require("lodash.at");
|
||||||
import { Client, Guild, GuildAuditLogEntry, GuildChannel, Message, TextChannel } from "eris";
|
import { Guild, GuildAuditLogEntry } from "eris";
|
||||||
import url from "url";
|
import url from "url";
|
||||||
import tlds from "tlds";
|
import tlds from "tlds";
|
||||||
import emojiRegex from "emoji-regex";
|
import emojiRegex from "emoji-regex";
|
||||||
import { GuildSavedMessages } from "./data/GuildSavedMessages";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Turns a "delay string" such as "1h30m" to milliseconds
|
* Turns a "delay string" such as "1h30m" to milliseconds
|
||||||
|
|
Loading…
Add table
Reference in a new issue