From 2c63075f255687131ce077d2c8de7b8735d60169 Mon Sep 17 00:00:00 2001 From: Ninjune Date: Fri, 28 Oct 2022 18:34:34 -0500 Subject: Updated to 1.5.1 (bug fixes) --- commands/setkey.js | 1 + 1 file changed, 1 insertion(+) (limited to 'commands/setkey.js') diff --git a/commands/setkey.js b/commands/setkey.js index 8024c0f..530bf28 100644 --- a/commands/setkey.js +++ b/commands/setkey.js @@ -1,4 +1,5 @@ import constants from "../util/constants" +import axios from "../../axios" const PREFIX = constants.PREFIX export function setkey(arg2) -- cgit