Add command to create leaderboards
This commit is contained in:
parent
1642b27c23
commit
e2a56227c8
2 changed files with 75 additions and 0 deletions
|
@ -30,6 +30,8 @@ sub startup {
|
|||
});
|
||||
my $config = $self->config;
|
||||
|
||||
push @{ $self->commands->namespaces }, __PACKAGE__ . '::Command';
|
||||
|
||||
$self->plugin('Pear::LocalLoop::Plugin::Validators');
|
||||
|
||||
$self->plugin('Authentication' => {
|
||||
|
|
Reference in a new issue