summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games.pm')
-rw-r--r--lib/Bot/Games.pm9
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Bot/Games.pm b/lib/Bot/Games.pm
index f0ef0bd..6f40d4f 100644
--- a/lib/Bot/Games.pm
+++ b/lib/Bot/Games.pm
@@ -14,10 +14,11 @@ has prefix => (
);
has active_games => (
- is => 'ro',
- isa => 'HashRef[Bot::Games::Game]',
- lazy => 1,
- default => sub { {} },
+ is => 'ro',
+ isa => 'HashRef[Bot::Games::Game]',
+ lazy => 1,
+ default => sub { {} },
+ init_arg => undef,
);
has alias => (