diff options
author | Ninjune <enderknight537@gmail.com> | 2022-10-28 18:34:34 -0500 |
---|---|---|
committer | Ninjune <enderknight537@gmail.com> | 2022-10-28 18:34:34 -0500 |
commit | 2c63075f255687131ce077d2c8de7b8735d60169 (patch) | |
tree | f589d5ba61e32be010ccb83e42a9f3fb3524bef3 /commands/setkey.js | |
parent | 114cf1050c1d960af7447755df58be9a4e5f7652 (diff) | |
download | coleweight-2c63075f255687131ce077d2c8de7b8735d60169.tar.gz coleweight-2c63075f255687131ce077d2c8de7b8735d60169.tar.bz2 coleweight-2c63075f255687131ce077d2c8de7b8735d60169.zip |
Updated to 1.5.1 (bug fixes)v1.5.1
Diffstat (limited to 'commands/setkey.js')
-rw-r--r-- | commands/setkey.js | 1 |
1 files changed, 1 insertions, 0 deletions
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) |