mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-17 14:18:35 +01:00
Fix bridge description (#1207)
This commit is contained in:
parent
41a8eb74a1
commit
d3fbf0d872
@ -2,7 +2,7 @@
|
||||
class TelegramBridge extends BridgeAbstract {
|
||||
const NAME = 'Telegram Bridge';
|
||||
const URI = 'https://t.me';
|
||||
const DESCRIPTION = 'Returns newest post from a public Telegram channel';
|
||||
const DESCRIPTION = 'Returns newest posts from a public Telegram channel';
|
||||
const MAINTAINER = 'VerifiedJoseph';
|
||||
const PARAMETERS = array(array(
|
||||
'username' => array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user