From 435ef1521195d0992b896175b2dea42a6a14ad84 Mon Sep 17 00:00:00 2001 From: Alex Orid Date: Wed, 7 Apr 2021 17:29:46 -0400 Subject: [PATCH] Changed Bot Response --- commands/implemented/command_lights_rgb_color.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/implemented/command_lights_rgb_color.py b/commands/implemented/command_lights_rgb_color.py index aac049e..4fb3a51 100644 --- a/commands/implemented/command_lights_rgb_color.py +++ b/commands/implemented/command_lights_rgb_color.py @@ -39,5 +39,5 @@ class CommandRoll(AbstractCommand, metaclass=ABCMeta): LightModule.bridge_.set_group(16, "xy", xy_result) print("sent color") - returnMessage = "@" + twitch_message.sender + " changed the colors!" + returnMessage = "@" + twitch_message.sender + " changed the light's color!" bot.send_message(returnMessage) \ No newline at end of file