summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Bot/Games/Game.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Bot/Games/Game.pm b/lib/Bot/Games/Game.pm
index b5fbf73..7f68b71 100644
--- a/lib/Bot/Games/Game.pm
+++ b/lib/Bot/Games/Game.pm
@@ -15,7 +15,8 @@ has help => (
# just use that instead.
has players => (
metaclass => 'Collection::Array',
- traits => [qw/Bot::Games::Trait::Attribute::Command/],
+ traits => ['Bot::Games::Trait::Attribute::Command',
+ 'Bot::Games::Trait::Attribute::Formatted'],
is => 'ro',
isa => 'ArrayRef[Str]',
auto_deref => 1,