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