This commit is contained in:
derpystuff 2023-07-23 20:13:27 +02:00
parent c6a403a254
commit 93084987ed
2 changed files with 2 additions and 4 deletions

View file

@ -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 <prompt>'
},
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{