diff --git a/commands/message/search/google.js b/commands/message/search/google.js index 540c184..6f6a4c2 100644 --- a/commands/message/search/google.js +++ b/commands/message/search/google.js @@ -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 ', slashCommand: "google" diff --git a/commands/message/search/maps.js b/commands/message/search/maps.js index 2106c01..b7cec14 100644 --- a/commands/message/search/maps.js +++ b/commands/message/search/maps.js @@ -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 ', slashCommand: "maps"