mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
update examles
This commit is contained in:
parent
75b8520481
commit
b3989587bb
38 changed files with 21 additions and 42 deletions
|
@ -15,7 +15,6 @@ module.exports = {
|
|||
metadata: {
|
||||
description: '__Replying__ to a message while using this command will return a list of music streamin platforms the provided song (link) is available on.',
|
||||
description_short: 'Cross-platform music search',
|
||||
examples: ['aud'],
|
||||
category: 'search',
|
||||
usage: 'audio'
|
||||
},
|
||||
|
|
|
@ -37,7 +37,7 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Returns image search results from Microsoft Bing.',
|
||||
description_short: 'Search on Bing Images',
|
||||
examples: ['bing Large Magenta Sphere'],
|
||||
examples: ['bing Eurasian Small Clawed Otter'],
|
||||
category: 'search',
|
||||
usage: 'bing <query>'
|
||||
},
|
||||
|
|
|
@ -101,7 +101,7 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Returns search results from Microsoft Bing.',
|
||||
description_short: 'Search on Bing',
|
||||
examples: ['bing Flask'],
|
||||
examples: ['bing Eurasian Small Clawed Otter'],
|
||||
category: 'search',
|
||||
usage: 'bing <query>'
|
||||
},
|
||||
|
|
|
@ -37,7 +37,7 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Returns image search results from Google.',
|
||||
description_short: 'Search on Google Images',
|
||||
examples: ['image Large Magenta Sphere'],
|
||||
examples: ['image Eurasian Small Clawed Otter'],
|
||||
category: 'search',
|
||||
usage: 'image <query>'
|
||||
},
|
||||
|
|
|
@ -60,7 +60,7 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Returns search results from Google.',
|
||||
description_short: 'Search on Google',
|
||||
examples: ['google Flask'],
|
||||
examples: ['google Eurasian Small Clawed Otter'],
|
||||
category: 'search',
|
||||
usage: 'google <query>'
|
||||
},
|
||||
|
|
|
@ -40,7 +40,6 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Performs a reverse-image-search.',
|
||||
description_short: 'Reverse image search',
|
||||
examples: ['reverseimage'],
|
||||
category: 'search',
|
||||
usage: 'reverse <image>'
|
||||
},
|
||||
|
|
|
@ -51,7 +51,7 @@ module.exports = {
|
|||
description: 'Returns image search results from various rule34-focused sites.',
|
||||
description_short: 'Search on rule34 sites',
|
||||
explicit: true,
|
||||
examples: ['r34 sex -site rule34'],
|
||||
examples: ['r34 vaporeon -site e621'],
|
||||
category: 'search',
|
||||
usage: 'rule34 <query> [-site <service>]'
|
||||
},
|
||||
|
|
|
@ -43,7 +43,7 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Returns search results from UrbanDictionary. Might include profanity.\nProviding no search query will return random results.',
|
||||
description_short: 'Search on UrbanDictionary',
|
||||
examples: ['ud Flask'],
|
||||
examples: ['ud urbandictionary'],
|
||||
category: 'search',
|
||||
usage: 'urbandictionary <query>'
|
||||
},
|
||||
|
|
|
@ -9,11 +9,12 @@ const { Permissions } = require("detritus-client/lib/constants");
|
|||
|
||||
module.exports = {
|
||||
name: 'weather',
|
||||
aliases: ['forecast'],
|
||||
label: 'query',
|
||||
metadata: {
|
||||
description: 'Displays information about the weather.',
|
||||
description_short: 'Local weather information',
|
||||
examples: ['weather Berlin'],
|
||||
examples: ['weather Otter, Germany'],
|
||||
category: 'search',
|
||||
usage: 'weather <location>'
|
||||
},
|
||||
|
|
|
@ -50,7 +50,7 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Computes a query using Wolfram|Alpha.',
|
||||
description_short: 'Compute via Wolfram|Alpha',
|
||||
examples: ['wa 1+1'],
|
||||
examples: ['wa x^2+5x+6=0', 'wa 5€ to $', 'wa 5\'11 to cm'],
|
||||
category: 'search',
|
||||
usage: 'wolframalpha <query>'
|
||||
},
|
||||
|
|
|
@ -98,7 +98,7 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Returns search results from YouTube.',
|
||||
description_short: 'Search YouTube videos, channels and playlists',
|
||||
examples: ['youtube Google'],
|
||||
examples: ['youtube otter live cam'],
|
||||
category: 'search',
|
||||
usage: 'youtube <query>'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue