mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 23:25:35 +08:00
reset Console level in test
This commit is contained in:
@@ -354,7 +354,7 @@ class CQ
|
||||
*/
|
||||
public static function encode($msg, bool $is_content = false): string
|
||||
{
|
||||
$msg = str_replace(['&', '[', ']'], ['&', '[', ']'], $msg);
|
||||
$msg = str_replace(['&', '[', ']'], ['&', '[', ']'], strval($msg));
|
||||
if ($is_content) {
|
||||
$msg = str_replace(',', ',', $msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user