mirror of
https://github.com/YGGverse/Pulsar.git
synced 2026-03-31 17:55:37 +00:00
rollback e544263510
This commit is contained in:
parent
e544263510
commit
9f5680bec8
1 changed files with 3 additions and 3 deletions
|
|
@ -112,7 +112,7 @@ class Nex implements MessageComponentInterface
|
|||
\Yggverse\Pulsar\Model\Filter::string(
|
||||
$channelItem->title
|
||||
)
|
||||
) . PHP_EOL;
|
||||
);
|
||||
}
|
||||
|
||||
if ($channelItem->pubTime)
|
||||
|
|
@ -185,7 +185,7 @@ class Nex implements MessageComponentInterface
|
|||
\Yggverse\Pulsar\Model\Filter::string(
|
||||
$channel->title
|
||||
)
|
||||
) . PHP_EOL;
|
||||
);
|
||||
}
|
||||
|
||||
if ($channel->description)
|
||||
|
|
@ -202,7 +202,7 @@ class Nex implements MessageComponentInterface
|
|||
\Yggverse\Pulsar\Model\Filter::string(
|
||||
$channelItem->title
|
||||
)
|
||||
) . PHP_EOL;
|
||||
);
|
||||
|
||||
if ($channelItem->description)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue