diff --git a/src/commands/page.ts b/src/commands/page.ts index ee64f9e..9425639 100644 --- a/src/commands/page.ts +++ b/src/commands/page.ts @@ -15,7 +15,7 @@ export default class Page extends Command { this.aliases = ['p']; this.permissions = 1; this.enabled = true; - this.guildOnly = false; + this.guildOnly = true; this.local = { emergencyNumbers: ['#0', '#1', '#2', '#3'], departmentNumbers: ['00', '01', '10', '20', '21', '22'],