3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

pbot: remove unnecessary $pbot variable

This commit is contained in:
Pragmatic Software 2019-12-30 20:09:16 -08:00
parent 6e065da809
commit be5122fd06

3
pbot
View File

@ -32,5 +32,4 @@ my %config = (
);
use PBot::PBot;
my $pbot = PBot::PBot->new(%config);
$pbot->start();
PBot::PBot->new(%config)->start();