From 803e44dd84b58ad26d02f9002b0bb5c5c55b5c49 Mon Sep 17 00:00:00 2001 From: Niels Simenon Date: Sun, 6 Nov 2022 02:07:31 +0100 Subject: [PATCH] Updated help for Geo. --- src/games/geo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/games/geo.js b/src/games/geo.js index 89d2162..7b79e8e 100644 --- a/src/games/geo.js +++ b/src/games/geo.js @@ -105,5 +105,5 @@ module.exports = { onCommand, onMessage, commands: ['country', 'atlas', 'state', 'america'], - help: 'Name the country on the map! Too hard? Try ~geo:hint or ~geo:skip.', + help: 'Name the country or US state on the map! Too hard? Try ~geo:hint or ~geo:skip.', };