mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-14 03:09:59 +00:00
Removed unused imports
This commit is contained in:
+1
-2
@@ -2,9 +2,8 @@ import { CommandInteraction, Message, Interaction } from "discord.js";
|
||||
import { makeSuccessEmbed, makeProcessingEmbed, sendMessageOrInteractionResponse } from "../utils/DiscordMessage";
|
||||
import DiscordProvider from "../providers/Discord";
|
||||
import NodePing from "ping";
|
||||
import { Promise, reject } from "bluebird";
|
||||
import { Promise } from "bluebird";
|
||||
import os from "os";
|
||||
import Logger from "../libs/Logger";
|
||||
import Environment from "../providers/Environment";
|
||||
import Configuration from "../providers/Configuration";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user