3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-22 01:05:02 +00:00

Fix various Knub imports

This commit is contained in:
Dragory 2021-08-14 15:44:50 +03:00
parent e914560e56
commit a7e85d80ee
4 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
import { ContextMenuInteraction } from "discord.js";
import { GuildPluginData } from "../../../../../../Knub/dist";
import { GuildPluginData } from "knub";
import { availableActions } from "../actions/availableActions";
import { ContextMenuPluginType } from "../types";