From e55e71c8c2ee5fc6541eed04e9b684c6167e8f07 Mon Sep 17 00:00:00 2001 From: Ninjune Date: Wed, 26 Oct 2022 22:45:52 -0500 Subject: 1.5.0 Release --- commands/update.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 commands/update.js (limited to 'commands/update.js') diff --git a/commands/update.js b/commands/update.js new file mode 100644 index 0000000..708757f --- /dev/null +++ b/commands/update.js @@ -0,0 +1,7 @@ +import constants from "../util/constants" +const PREFIX = constants.PREFIX + +export function update() +{ + ChatLib.chat(`${PREFIX}&bTBA`) +} \ No newline at end of file -- cgit