Fix bridge description (#1207)

This commit is contained in:
Joseph 2019-07-06 09:59:55 +00:00 committed by LogMANOriginal
parent 41a8eb74a1
commit d3fbf0d872
1 changed files with 1 additions and 1 deletions

View File

@ -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(