X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=turbot%2Fevents.py;h=4ea06841cb48d5f3427d0f67630ecc77b574839c;hb=5e7ee7c20f71996cedd04586d7139250c6704c0d;hp=adf7c9e04853f0a3561bf96749af14e05b4157ee;hpb=5f54f1ee53b8ae1b9d93df3f56c6a992f1d1bf0a;p=turbot diff --git a/turbot/events.py b/turbot/events.py index adf7c9e..4ea0684 100644 --- a/turbot/events.py +++ b/turbot/events.py @@ -123,7 +123,7 @@ def hunt_channel_created(turb, channel_name, channel_id): slack_send_message( turb.slack_client, channel_id, "Welcome to the channel for the {} hunt! ".format(hunt['name']) - + "Please wait a minute or two while I create some backend resources.") + + "Please wait a moment or two while I create some backend resources.") # Create a new folder within Google drive for the hunt hunt['folder_id'] = sheets_create_folder(turb, hunt['hunt_id']) @@ -146,7 +146,7 @@ def hunt_channel_created(turb, channel_name, channel_id): slack_send_message( turb.slack_client, channel_id, "Thank you for waiting. This hunt is now ready to begin! " - + "Use `/puzzle` to create puzzles for the hunt.") + + "Type `/puzzle new` to create puzzles for the hunt.") return lambda_success