From a13d70b29c10d39a0f46caf86c1c560ffe26f254 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 28 Oct 2019 23:49:39 +0100 Subject: [PATCH] update --- CNAME | 2 +- README.md | 4 +++- _config.yml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CNAME b/CNAME index e180af8..43880e5 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -magna.madelineproto.xyz \ No newline at end of file +pipes.madelineproto.xyz diff --git a/README.md b/README.md index 24c2860..d94f96b 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,14 @@ Telegram bot capable of creating pipelines between other bots based on [MadelineProto](https://github.com/danog/MadelineProto). +Try it on Telegram [@pipesbot](https://t.me/pipesbot)! + Created by [Daniil Gentili](https://daniil.it). ## Installation ``` -wget https://github.com/danog/pipesbot/raw/master/pipesbot.php && php magna.php +wget https://github.com/danog/pipesbot/raw/master/pipesbot.php && php pipesbot.php ``` Don't forget to install the [required dependencies](https://docs.madelineproto.xyz/docs/REQUIREMENTS.html) for MadelineProto. diff --git a/_config.yml b/_config.yml index d1f96e3..9ce37e9 100644 --- a/_config.yml +++ b/_config.yml @@ -2,7 +2,7 @@ theme: jekyll-theme-cayman gems: - jekyll-sitemap - jekyll-seo-tag -url: https://magna.madelineproto.xyz +url: https://pipes.madelineproto.xyz twitter: username: DaniilGentili