mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
forgot
This commit is contained in:
parent
592f75762f
commit
d9154e9067
1 changed files with 2 additions and 1 deletions
|
@ -37,7 +37,8 @@ module.exports = {
|
|||
description_short: 'Search on Google Images',
|
||||
examples: ['image Eurasian Small Clawed Otter'],
|
||||
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],
|
||||
run: async (context, args) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue