Skip to content

Commit 20de622

Browse files
committed
Tweak notice about Pastebin
1 parent bae5ccb commit 20de622

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55

66
## [Unreleased]
77
### Added
8+
- Rules notice to use Pastebin instead of posting code directly.
89
### Changed
910
### Deprecated
1011
### Removed

commands/RulesCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ public function execute(): ServerResponse
120120
**:robot: No Bots**
121121
Please do not add a Bot inside this Chat without asking the Admins first. Feel free to mention the Bot in a Message
122122
123-
**:paper: Use Pastebin and post Full Code**
124-
If you want to share your Code for troubleshooting please upload it to [Pastebin.com](Pastebin.com). Please don't semd longer code parts directly in the Chat.
123+
**:paper: Use Pastebin to post Source Code**
124+
If you want to share your Code for troubleshooting, please upload it to [Pastebin](https://pastebin.com) and post the link. Don't send longer code parts directly in the Chat.
125125
126126
Also keep in mind that the [PHP Telegram Bot Support Chat](https://t.me/PHP_Telegram_Bot_Support) applies only for the [PHP Telegram Bot library](https://github.com/php-telegram-bot/core).
127127
";

0 commit comments

Comments
 (0)