Changed Bot Response

This commit is contained in:
Alex Orid 2021-04-07 17:29:46 -04:00
parent b519a50702
commit 435ef15211

View File

@ -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)