diff --git a/CHANGELOG.md b/CHANGELOG.md index 807c8c0..6e42746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c ## [Unreleased] ### Added +- Rules notice to use Pastebin instead of posting code directly. ### Changed ### Deprecated ### Removed diff --git a/commands/RulesCommand.php b/commands/RulesCommand.php index 964ac4d..b1c5eb2 100644 --- a/commands/RulesCommand.php +++ b/commands/RulesCommand.php @@ -120,8 +120,8 @@ public function execute(): ServerResponse **:robot: No Bots** Please do not add a Bot inside this Chat without asking the Admins first. Feel free to mention the Bot in a Message -**:paper: Use Pastebin and post Full Code** -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. +**:paper: Use Pastebin to post Source Code** +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. 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). ";