Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update start.py #17

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is a simple hobby project which I was really curious about to implement. Th
**Clone and setup virtual environment**

```bash
$ git clone https://github.com/odysseusmax/utube.git
$ git clone https://github.com/TharukRenuja/Youtube-Uploader.git

$ cd utube

Expand Down Expand Up @@ -112,14 +112,14 @@ This project is actively maintained and will continue so until I'm tired of it.

</p>

### Video Tutorial

Here's a YouTube tutorial video for deploying the bot on [Heroku](https://heroku.com/ "Heroku"). [Video Link](http://www.youtube.com/watch?v=LSs8b5dMWIA "Tutorial video for deploying to Heroku").

### Contact

You can contact me [@odysseusmax](https://telegram.dog/odysseusmax "odysseusmax").
You can contact me [@TharukRenuja](https://telegram.dog/TharukRenuja "TharukRenuja").

### License

Code released under [GNU General Public License v3.0](LICENSE).

### Credits

[odysseusmax](github.com/odysseusmax)
2 changes: 1 addition & 1 deletion bot/plugins/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ async def _start(c: UtubeBot, m: Message):
text=tr.START_MSG.format(m.from_user.first_name),
quote=True,
reply_markup=InlineKeyboardMarkup(
[[InlineKeyboardButton("Join Project Channel!", url="https://t.me/odbots")]]
[[InlineKeyboardButton("Join Project Channel!", url="https://t.me/SLBotsOfficial")]]
),
)