update command examples

This commit is contained in:
bignutty 2025-01-02 17:52:17 +01:00
parent 7cd501f3f3
commit 1a4d2732b8
2 changed files with 7 additions and 2 deletions

View file

@ -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"

View file

@ -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"