mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Cleanup
This commit is contained in:
parent
82f73a8f51
commit
6cfadb98fd
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
import { decorators as d } from "knub";
|
import { decorators as d } from "knub";
|
||||||
import { CustomEmoji, errorMessage, isSnowflake, noop, sleep, successMessage } from "../utils";
|
import { CustomEmoji, errorMessage, noop, sleep, successMessage } from "../utils";
|
||||||
import { GuildReactionRoles } from "../data/GuildReactionRoles";
|
import { GuildReactionRoles } from "../data/GuildReactionRoles";
|
||||||
import { Channel, Message, TextChannel } from "eris";
|
import { Message, TextChannel } from "eris";
|
||||||
import { ZeppelinPlugin } from "./ZeppelinPlugin";
|
import { ZeppelinPlugin } from "./ZeppelinPlugin";
|
||||||
import { GuildSavedMessages } from "../data/GuildSavedMessages";
|
import { GuildSavedMessages } from "../data/GuildSavedMessages";
|
||||||
import { SavedMessage } from "../data/entities/SavedMessage";
|
|
||||||
import { Queue } from "../Queue";
|
import { Queue } from "../Queue";
|
||||||
|
|
||||||
type ReactionRolePair = [string, string, string?];
|
type ReactionRolePair = [string, string, string?];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue