F1DataTelegramBot/bot_script.pl

8 lines
101 B
Perl
Raw Normal View History

2023-05-08 17:00:34 +02:00
#/usr/bin/perl
use lib '/home/demiguise/telegram_bot';
use F1DataBot;
F1DataBot::fetchMessages();