@@ -50,7 +50,7 @@ discard block |
||
50 | 50 | if ($isHello) { |
51 | 51 | $id = array_rand(\Lang::get('personal.hello')); |
52 | 52 | |
53 | - $message->italic(\Lang::get('personal.hello.' . $id, [ |
|
53 | + $message->italic(\Lang::get('personal.hello.'.$id, [ |
|
54 | 54 | 'user' => $message->user->login |
55 | 55 | ])); |
56 | 56 | } |
@@ -112,7 +112,7 @@ discard block |
||
112 | 112 | |
113 | 113 | if ($isCats) { |
114 | 114 | $message->italic(sprintf( |
115 | - '@%s, тебе выданы ' . str_repeat(' :hammer: ', random_int(1, 9)) . ' на 0.' . random_int(1, 9) . ' секунды. Наслаждайся ;)', |
|
115 | + '@%s, тебе выданы '.str_repeat(' :hammer: ', random_int(1, 9)).' на 0.'.random_int(1, 9).' секунды. Наслаждайся ;)', |
|
116 | 116 | $message->user->login |
117 | 117 | )); |
118 | 118 | } |