Merge branch 'dev'

merge-requests/13/head
Matthew 2020-06-15 21:50:57 -04:00
commit c4644b7213
No known key found for this signature in database
GPG Key ID: F841AB9BF496C194
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ export default class Page extends Command {
this.name = 'page';
this.description = 'Pages the specified emergency number, department number, or individual number with the specified pager code.';
this.usage = 'page <pager number> <pager code>';
this.aliases = ['p'];
this.permissions = 1;
this.enabled = true;
this.guildOnly = true;