From 17c808ba26612d1878ff790f2587fea80018528e Mon Sep 17 00:00:00 2001 From: Joscha Date: Wed, 8 Aug 2018 21:47:10 +0000 Subject: [PATCH] Change help message wording --- adventure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adventure.py b/adventure.py index 9875d83..19c38f2 100644 --- a/adventure.py +++ b/adventure.py @@ -72,7 +72,7 @@ class Adventure: SHORT_DESCRIPTION = "play the classic text adventure 'adventure'" DESCRIPTION = "'adventure' can play the classic text adventure aptly named 'adventure'.\n" COMMANDS = ( - "!adventure [start|stop|restart] - start/stop/restart an adventure\n" + "!adventure [start|stop|restart] - start/stop/restart the adventure\n" "> your command here - send a command to the adventure, if currently running\n" ) AUTHOR = "Created by @Garmy using github.com/Garmelon/yaboli\n"