mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 14:43:05 -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: {
|
||||
description: 'Returns search results from 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',
|
||||
usage: 'google <query>',
|
||||
slashCommand: "google"
|
||||
|
|
|
@ -86,7 +86,7 @@ module.exports = {
|
|||
metadata: {
|
||||
description: 'Searches for places on Google Maps.',
|
||||
description_short: 'Search google maps',
|
||||
examples: ['m Empire State Building'],
|
||||
examples: ['m Empire State Building', 'm waffle houses near pentagon'],
|
||||
category: 'search',
|
||||
usage: 'maps <query>',
|
||||
slashCommand: "maps"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue