mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Optimize imports
This commit is contained in:
parent
c1d91b2864
commit
c17fef6440
6 changed files with 7 additions and 20 deletions
|
@ -4,12 +4,11 @@ import {
|
|||
channelMentionRegex,
|
||||
errorMessage,
|
||||
isSnowflake,
|
||||
messageLink,
|
||||
simpleClosestStringMatch,
|
||||
stripObjectToScalars,
|
||||
} from "../../../utils";
|
||||
import { sendErrorMessage, sendSuccessMessage } from "../../../pluginUtils";
|
||||
import { TextChannel, VoiceChannel } from "eris";
|
||||
import { VoiceChannel } from "eris";
|
||||
import { LogType } from "../../../data/LogType";
|
||||
|
||||
export const VcmoveCmd = utilityCmd({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue