mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
proper command descriptions
This commit is contained in:
parent
a2bcb423cf
commit
5e5a738b74
51 changed files with 54 additions and 54 deletions
|
@ -13,7 +13,7 @@ module.exports = {
|
|||
name: 'audio',
|
||||
aliases: ['aud'],
|
||||
metadata: {
|
||||
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',
|
||||
description: '**Audio Detection**\nUsing the audio command without replying to a message will try to identify the song in the most recent video in chat.\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'
|
||||
|
|
|
@ -30,7 +30,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
aliases: ['bi', 'img2'],
|
||||
metadata: {
|
||||
description: 'bing image search',
|
||||
description: 'Returns image search results from Microsoft Bing.',
|
||||
examples: ['bing Large Magenta Sphere'],
|
||||
category: 'search',
|
||||
usage: 'bing <query>'
|
||||
|
|
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
aliases: ['b', 'search2'],
|
||||
metadata: {
|
||||
description: 'bing search',
|
||||
description: 'Returns search results from Microsoft Bing.',
|
||||
examples: ['bing Flask'],
|
||||
category: 'search',
|
||||
usage: 'bing <query>'
|
||||
|
|
|
@ -30,7 +30,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
aliases: ['i', 'img'],
|
||||
metadata: {
|
||||
description: 'google image search',
|
||||
description: 'Returns image search results from Google.',
|
||||
examples: ['image Large Magenta Sphere'],
|
||||
category: 'search',
|
||||
usage: 'image <query>'
|
||||
|
|
|
@ -27,7 +27,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
aliases: ['g', 'search'],
|
||||
metadata: {
|
||||
description: 'google search',
|
||||
description: 'Returns search results from Google.',
|
||||
examples: ['google Flask'],
|
||||
category: 'search',
|
||||
usage: 'google <query>'
|
||||
|
|
|
@ -47,7 +47,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
aliases: ['r'],
|
||||
metadata: {
|
||||
description: 'reddit search',
|
||||
description: 'Returns search results from reddit. Allows global and subreddit-specific search.',
|
||||
examples: ['reddit r/otters'],
|
||||
category: 'search',
|
||||
usage: 'reddit [r/<subreddit>] <query> [-type image]'
|
||||
|
|
|
@ -33,7 +33,7 @@ module.exports = {
|
|||
name: 'reverse-image',
|
||||
aliases: ['reverse', 'tineye','reverseimage'],
|
||||
metadata: {
|
||||
description: 'reverse image search',
|
||||
description: 'Performs a reverse-image-search.',
|
||||
examples: ['reverseimage'],
|
||||
category: 'search',
|
||||
usage: 'reverse <image>'
|
||||
|
|
|
@ -46,7 +46,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
aliases: ['r34'],
|
||||
metadata: {
|
||||
description: 'rule34 search',
|
||||
description: 'Returns image search results from various rule34-focused sites.\n\nSupported Sites: `' + Object.keys(SITES).join(', ') + '`',
|
||||
examples: ['r34 sex -site rule34'],
|
||||
category: 'search',
|
||||
usage: 'rule34 <query> [-site <service>]'
|
||||
|
|
|
@ -39,7 +39,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
aliases: ['urban', 'ud'],
|
||||
metadata: {
|
||||
description: 'urban dictionary definitions (might be nsfw).\nproviding no search term returns random results.',
|
||||
description: 'Returns search results from UrbanDictionary. Might include profanity.\nProviding no search query will return random results.',
|
||||
examples: ['ud Flask'],
|
||||
category: 'search',
|
||||
usage: 'urbandictionary <query>'
|
||||
|
|
|
@ -9,7 +9,7 @@ module.exports = {
|
|||
name: 'weather',
|
||||
label: 'query',
|
||||
metadata: {
|
||||
description: 'Weather information.',
|
||||
description: 'Displays information about the weather.',
|
||||
examples: ['weather Berlin'],
|
||||
category: 'search',
|
||||
usage: 'weather <location>'
|
||||
|
|
|
@ -26,7 +26,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
aliases: ['wh', 'how'],
|
||||
metadata: {
|
||||
description: 'how do you survive??',
|
||||
description: 'Returns search results from WikiHow.',
|
||||
examples: ['wh download'],
|
||||
category: 'search',
|
||||
usage: 'wikihow <query>'
|
||||
|
|
|
@ -27,8 +27,8 @@ module.exports = {
|
|||
label: 'query',
|
||||
aliases: ['wa', 'wolfram-alpha'],
|
||||
metadata: {
|
||||
description: 'wolfram alpha search',
|
||||
examples: ['wa Gray'],
|
||||
description: 'Computes a query using Wolfram|Alpha.',
|
||||
examples: ['wa 1+1'],
|
||||
category: 'search',
|
||||
usage: 'wolframalpha <query>'
|
||||
},
|
||||
|
|
|
@ -29,7 +29,7 @@ module.exports = {
|
|||
label: 'query',
|
||||
aliases: ['yt'],
|
||||
metadata: {
|
||||
description: 'youtube search',
|
||||
description: 'Returns search results from YouTube.',
|
||||
examples: ['youtube Google'],
|
||||
category: 'search',
|
||||
usage: 'youtube <query>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue