X-Git-Url: https://ruin.nu/git/?p=NDIRC.git;a=blobdiff_plain;f=Delling.pm;h=fea261ed48246afc4200fede1883a350f1246534;hp=545df2fdc8aeaab7b886ac415422ad42ff4882da;hb=6e09408e9745c52f46cfb9fbf337a3935a03dc07;hpb=1e1f7cb4c3ae7c515d3541c5fd22ae0e2817e34b diff --git a/Delling.pm b/Delling.pm index 545df2f..fea261e 100644 --- a/Delling.pm +++ b/Delling.pm @@ -220,8 +220,7 @@ after _start => sub { }; after discord_message_create => sub { - my $self = shift; - my $hash = shift; + my ($self, $gw, $hash) = @_; my $author = $hash->{author}; my $msg = $hash->{content};