3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-14 13:55:03 +00:00

Fix various Knub imports

This commit is contained in:
Dragory 2021-08-14 15:44:50 +03:00
parent 58167406e1
commit 088b9a16b1
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
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";