Skip to content

Commit c5ef5cd

Browse files
authored
Merge pull request #1012 from noplanman/move_assets
Assets moved to a dedicated repo.
2 parents 7da08c3 + 7c96e71 commit c5ef5cd

File tree

6 files changed

+7
-1623
lines changed

6 files changed

+7
-1623
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1515
### Deprecated
1616
### Removed
1717
- Service message system commands, which are now handled by `GenericmessageCommand`.
18+
- Assets have been moved to a dedicated repository.
1819
### Fixed
1920
- Boolean value for Polls gets saved correctly in MySQL DB.
2021
- Correctly use `Request::answerInlineQuery` in `InlineQuery::answer`.

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center">
22
PHP Telegram Bot<br>
33
<br>
4-
<img src="assets/logo/512px/logo_plain.png" title="PHP Telegram Bot" alt="PHP Telegram Bot logo">
4+
<img src="https://raw.githubusercontent.com/php-telegram-bot/assets/master/logo/512px/logo_plain.png" title="PHP Telegram Bot" alt="PHP Telegram Bot logo">
55
<br>
66
</h1>
77

@@ -56,6 +56,7 @@ A Telegram Bot based on the official [Telegram Bot API]
5656
- [Upload and Download directory path](#upload-and-download-directory-path)
5757
- [Logging](doc/01-utils.md)
5858
- [Documentation](#documentation)
59+
- [Assets](#assets)
5960
- [Example bot](#example-bot)
6061
- [Projects with this library](#projects-with-this-library)
6162
- [Troubleshooting](#troubleshooting)
@@ -569,6 +570,10 @@ $telegram->setUploadPath('/your/path/Upload');
569570
Take a look at the repo [Wiki] for further information and tutorials!
570571
Feel free to improve!
571572

573+
## Assets
574+
575+
All project assets can be found in the [assets](https://github.com/php-telegram-bot/assets) repository.
576+
572577
## Example bot
573578

574579
We're busy working on a full A-Z example bot, to help get you started with this library and to show you how to use all its features.

assets/logo/512px/logo_flag_uk.png

-55.6 KB
Binary file not shown.

assets/logo/512px/logo_plain.png

-24 KB
Binary file not shown.

assets/logo/logo.ai

Lines changed: 0 additions & 1621 deletions
This file was deleted.

assets/logo/logo.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)