mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
update command examples
This commit is contained in:
parent
7cd501f3f3
commit
1a4d2732b8
2 changed files with 7 additions and 2 deletions
|
@ -255,7 +255,12 @@ module.exports = {
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Returns search results from Google.',
|
description: 'Returns search results from Google.',
|
||||||
description_short: 'Search on Google',
|
description_short: 'Search on Google',
|
||||||
examples: ['google Eurasian Small Clawed Otter'],
|
examples: [
|
||||||
|
'g Eurasian Small Clawed Otter',
|
||||||
|
'g 5 euro to dollar',
|
||||||
|
'g time in berlin',
|
||||||
|
'g $goog'
|
||||||
|
],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'google <query>',
|
usage: 'google <query>',
|
||||||
slashCommand: "google"
|
slashCommand: "google"
|
||||||
|
|
|
@ -86,7 +86,7 @@ module.exports = {
|
||||||
metadata: {
|
metadata: {
|
||||||
description: 'Searches for places on Google Maps.',
|
description: 'Searches for places on Google Maps.',
|
||||||
description_short: 'Search google maps',
|
description_short: 'Search google maps',
|
||||||
examples: ['m Empire State Building'],
|
examples: ['m Empire State Building', 'm waffle houses near pentagon'],
|
||||||
category: 'search',
|
category: 'search',
|
||||||
usage: 'maps <query>',
|
usage: 'maps <query>',
|
||||||
slashCommand: "maps"
|
slashCommand: "maps"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue