revert earlier commit

merge-requests/6/merge
Matthew 2020-06-15 21:59:35 -04:00
parent 50eeb27345
commit 560ec693fa
No known key found for this signature in database
GPG Key ID: F841AB9BF496C194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default class Page extends Command {
this.aliases = ['p']; this.aliases = ['p'];
this.permissions = 1; this.permissions = 1;
this.enabled = true; this.enabled = true;
this.guildOnly = false; this.guildOnly = true;
this.local = { this.local = {
emergencyNumbers: ['#0', '#1', '#2', '#3'], emergencyNumbers: ['#0', '#1', '#2', '#3'],
departmentNumbers: ['00', '01', '10', '20', '21', '22'], departmentNumbers: ['00', '01', '10', '20', '21', '22'],