diff --git a/commands/ai.js b/commands/ai.js index 48a2ccf55..0dd854cc9 100644 --- a/commands/ai.js +++ b/commands/ai.js @@ -1,3 +1,5 @@ + + const axios = require('axios'); const fetch = require('node-fetch'); @@ -102,4 +104,4 @@ async function aiCommand(sock, chatId, message) { } } -module.exports = aiCommand; \ No newline at end of file +module.exports = aiCommand;