Refactor readEmails script
[SonOfLokstallBot.git] / bins.php
index 8473ea4..f590952 100644 (file)
--- a/bins.php
+++ b/bins.php
@@ -1,12 +1,5 @@
 <?php declare(strict_types=1);
 
-require 'common.php';
+require_once('common.php');
 
-use function Common\getTelegram;
-
-getTelegram()->sendMessage(
-    [
-        'chat_id' => CHAT_ID,
-        'text' => 'Take out that BINZ #TrashSLAM ðŸš®'
-    ]
-);
+sendToGroupChat(getString('takeoutthebins'));