From 25df0aec990f48135c2fbabed078c71505073971 Mon Sep 17 00:00:00 2001 From: Ben Horowitz Date: Mon, 18 Nov 2024 08:46:41 -0800 Subject: [PATCH] Trying to trigger PR workflow --- discord-bot-smoke-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord-bot-smoke-test.py b/discord-bot-smoke-test.py index c7a0a8e..06672f3 100644 --- a/discord-bot-smoke-test.py +++ b/discord-bot-smoke-test.py @@ -29,7 +29,7 @@ parser = argparse.ArgumentParser( description='Smoke Test for the Discord Cluster Bot', epilog=f""" - This script can be used after deployment, or during development, or in pull + This script can be used after deployment, during development, or in pull request testing, to quickly verify that basic functionality of the cluster bot is working correctly. After deployment, it should be run before further testing or usage of the bot.