updates from master branch #14

Merged
alex_orid merged 17 commits from master into Fate-Dice-Rolls 2021-04-09 17:23:06 +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)