mirror of
https://github.com/YGGverse/Pulsar.git
synced 2025-03-13 05:41:21 +00:00
remove urlencode filter
This commit is contained in:
parent
07307d6676
commit
3000f643f8
@ -132,9 +132,7 @@ class Nex implements MessageComponentInterface
|
||||
{
|
||||
$lines[] = sprintf(
|
||||
'=> /%s %s',
|
||||
urlencode(
|
||||
$channel->alias
|
||||
),
|
||||
$channel->alias,
|
||||
$channel->title
|
||||
);
|
||||
}
|
||||
@ -221,9 +219,7 @@ class Nex implements MessageComponentInterface
|
||||
{
|
||||
$lines[] = sprintf(
|
||||
'=> /%s %s',
|
||||
urlencode(
|
||||
$channel->alias
|
||||
),
|
||||
$channel->alias,
|
||||
$channel->title
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user