mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
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 { Client, Guild, GuildAuditLogEntry, GuildChannel, Message, TextChannel } from "eris";
|
||||
import { Guild, GuildAuditLogEntry } from "eris";
|
||||
import url from "url";
|
||||
import tlds from "tlds";
|
||||
import emojiRegex from "emoji-regex";
|
||||
import { GuildSavedMessages } from "./data/GuildSavedMessages";
|
||||
|
||||
/**
|
||||
* Turns a "delay string" such as "1h30m" to milliseconds
|
||||
|
|
Loading…
Add table
Reference in a new issue