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