summaryrefslogtreecommitdiffstats
path: root/lib/Bot/Games/OO/Game.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Bot/Games/OO/Game.pm')
-rw-r--r--lib/Bot/Games/OO/Game.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Bot/Games/OO/Game.pm b/lib/Bot/Games/OO/Game.pm
index 3921a0d..0bc294a 100644
--- a/lib/Bot/Games/OO/Game.pm
+++ b/lib/Bot/Games/OO/Game.pm
@@ -50,7 +50,8 @@ sub init_meta {
['Bot::Games::Trait::Attribute::Command',
'Bot::Games::Trait::Attribute::Formatted'],
metaclass_roles =>
- ['Bot::Games::Trait::Class::Command'],
+ ['Bot::Games::Trait::Class::Command',
+ 'Bot::Games::Trait::Class::Formatted'],
);
return $options{for_class}->meta;
}