Fix bridge description (#1207)
This commit is contained in:
parent
41a8eb74a1
commit
d3fbf0d872
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
class TelegramBridge extends BridgeAbstract {
|
class TelegramBridge extends BridgeAbstract {
|
||||||
const NAME = 'Telegram Bridge';
|
const NAME = 'Telegram Bridge';
|
||||||
const URI = 'https://t.me';
|
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 MAINTAINER = 'VerifiedJoseph';
|
||||||
const PARAMETERS = array(array(
|
const PARAMETERS = array(array(
|
||||||
'username' => array(
|
'username' => array(
|
||||||
|
|
Loading…
Reference in a new issue