diff --git a/bot_script.pl b/bot_script.pl index 0d5430d..cd31b40 100644 --- a/bot_script.pl +++ b/bot_script.pl @@ -1,5 +1,10 @@ #/usr/bin/perl +use v5.34; + +use strict; +use warnings; + use lib '/home/demiguise/telegram_bot'; use F1DataBot;