This commit is contained in:
bignutty 2024-07-16 00:21:34 +02:00
parent 592f75762f
commit d9154e9067

View file

@ -37,7 +37,8 @@ module.exports = {
description_short: 'Search on Google Images', description_short: 'Search on Google Images',
examples: ['image Eurasian Small Clawed Otter'], examples: ['image Eurasian Small Clawed Otter'],
category: 'search', category: 'search',
usage: 'image <query>' usage: 'image <query>',
slashCommand: "image"
}, },
permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY], permissionsClient: [Permissions.EMBED_LINKS, Permissions.SEND_MESSAGES, Permissions.USE_EXTERNAL_EMOJIS, Permissions.READ_MESSAGE_HISTORY],
run: async (context, args) => { run: async (context, args) => {