Initial commit
[SonOfLokstallBot.git] / bins.php
1 <?php declare(strict_types=1);
2
3 require 'common.php';
4
5 use function Common\getTelegram;
6
7 getTelegram()->sendMessage(
8 [
9 'chat_id' => CHAT_ID,
10 'text' => 'Take out that BINZ #TrashSLAM 🚮'
11 ]
12 );