diff --git a/miku/bot.lua b/miku/bot.lua index 39493b7..b1dec4a 100644 --- a/miku/bot.lua +++ b/miku/bot.lua @@ -64,7 +64,7 @@ function bot:on_msg_receive(msg, config) -- The fn run whenever a message is rec -- Cache user info for those involved. -- print messages - msg_time = '\27[36m'..convert_timestamp(msg.date, '[%H:%M:%S] ')..'\27[0m ' + msg_time = '\27[36m'..convert_timestamp(msg.date, '[%H:%M:%S] ')..'\27[0m' if msg.chat.title then from_chat = ' \27[36m'..msg.chat.title..':\27[0m '