3
0
mirror of https://github.com/pragma-/pbot.git synced 2025-02-02 07:24:09 +01: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; use PBot::PBot;
my $pbot = PBot::PBot->new(%config); PBot::PBot->new(%config)->start();
$pbot->start();