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,7 +1,7 @@
import { ApplicationCommandData } from "discord.js";
import { LogType } from "src/data/LogType";
import { LogsPlugin } from "src/plugins/Logs/LogsPlugin";
import { GuildPluginData } from "../../../../../../Knub/dist";
import { GuildPluginData } from "knub";
import { ContextMenuPluginType, ContextMenuTypeNameToNumber } from "../types";
export async function loadAllCommands(pluginData: GuildPluginData<ContextMenuPluginType>) {