From 80d7da0b07f016ee3923d5c2702b6061d06cfab6 Mon Sep 17 00:00:00 2001 From: raven Date: Mon, 16 Jan 2023 07:44:49 -0500 Subject: [PATCH] update --- commands/AI.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/commands/AI.js b/commands/AI.js index 0d5bea4..384e84a 100644 --- a/commands/AI.js +++ b/commands/AI.js @@ -1,5 +1,4 @@ // AI.js - var unirest = require('unirest'); async function AIRequest(prompt) { @@ -12,5 +11,4 @@ async function AIRequest(prompt) { return AIRequest.body.bot } - module.exports = { AIRequest } \ No newline at end of file