From 1a4d2732b897933ea1629227eb4f3d0b00981e98 Mon Sep 17 00:00:00 2001 From: bignutty <3515180-bignutty@users.noreply.gitlab.com> Date: Thu, 2 Jan 2025 17:52:17 +0100 Subject: [PATCH] update command examples --- commands/message/search/google.js | 7 ++++++- commands/message/search/maps.js | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) 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"