refactor(util): util-specific dependencies file (#920)

This commit is contained in:
rigormorrtiss
2021-05-10 21:31:33 +04:00
committed by GitHub
parent 06b90bdbc2
commit 09dc3d11af
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -1,4 +1,4 @@
import { encode } from "../../deps.ts";
import { encode } from "./deps.ts";
import { eventHandlers } from "../bot.ts";
import { isActionRow } from "../helpers/type_guards/is_action_row.ts";
import { isButton } from "../helpers/type_guards/is_button.ts";