DoctorKarma/bin/doctor_agustin.pl

14 lines
172 B
Perl
Executable File

#!/usr/bin/env perl
use v5.30.0;
use strict;
use warnings;
use JSON;
use DoctorAgustin::Config;
my $config = DoctorAgustin::Config->new;
say $config->telegram_token;