lights-module #13

Merged
alex_orid merged 15 commits from lights-module into master 2021-04-09 17:19:55 +00:00
Showing only changes of commit 435ef15211 - Show all commits

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)