master branch updates #19

Merged
alex_orid merged 32 commits from master into db-module 2021-04-09 20:43:03 +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)