diff --git a/src/commands/page.ts b/src/commands/page.ts index 05d6b84..085ffb0 100644 --- a/src/commands/page.ts +++ b/src/commands/page.ts @@ -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 '; + this.aliases = ['p']; this.permissions = 1; this.enabled = true; this.guildOnly = true;