diff --git a/MarkovBot.pl b/MarkovBot.pl index 8b622d4..c09e8c2 100644 --- a/MarkovBot.pl +++ b/MarkovBot.pl @@ -2,7 +2,6 @@ use 5.010; use strict; use warnings; -use Redis; use FindBin qw($Bin); use lib $Bin;