mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-17 10:27:05 -04:00
adds no search result errors
This commit is contained in:
parent
c09a24ce9d
commit
52d2bbbc2d
6 changed files with 10 additions and 4 deletions
|
@ -13,10 +13,10 @@ module.exports = {
|
|||
name: 'audio',
|
||||
aliases: ['aud'],
|
||||
metadata: {
|
||||
description: 'video audio detection',
|
||||
description: '**audio detection**\nusing the audio command without replying to a message will try to identify the song in the most recent video\n\n**music platform links**\n__replying__ to a message while using this command will return a list of music platforms the provided music (link) is available on',
|
||||
examples: ['aud'],
|
||||
category: 'search',
|
||||
usage: 'audio <media>'
|
||||
usage: 'audio'
|
||||
},
|
||||
run: async (context) => {
|
||||
context.triggerTyping();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue