From 93084987ed06cfeebf821013bf14d2c6beda4019 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 23 Jul 2023 20:13:27 +0200 Subject: [PATCH] two more --- commands/message/fun/ask.js | 3 +-- commands/message/fun/chat.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/commands/message/fun/ask.js b/commands/message/fun/ask.js index ae5ccd9..0e3a333 100644 --- a/commands/message/fun/ask.js +++ b/commands/message/fun/ask.js @@ -14,12 +14,11 @@ module.exports = { description: 'Ask AI questions. May not be accurate.', description_short: 'AI questions', examples: ['ask How many otter species are there?'], - category: 'broken', + category: 'hidden', usage: 'ask ' }, permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY], run: async (context, args) => { - return; context.triggerTyping(); if(!args.text) return editOrReply(context, {embeds:[createEmbed("warning", context, `Missing Parameter (text).`)]}) try{ diff --git a/commands/message/fun/chat.js b/commands/message/fun/chat.js index 2e63eae..26e2504 100644 --- a/commands/message/fun/chat.js +++ b/commands/message/fun/chat.js @@ -14,12 +14,11 @@ module.exports = { description: 'Chat with an AI language model.', description_short: 'AI Language Model', examples: ['chat How many otter species are there?'], - category: 'broken', + category: 'hidden', usage: 'chat ' }, permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY], run: async (context, args) => { - return; context.triggerTyping(); if(!args.text) return editOrReply(context, {embeds:[createEmbed("warning", context, `Missing Parameter (text).`)]}) try{