User:Theleekycauldron/Scripts/PSHAW/dependencies/Prep.js: Difference between revisions
Content deleted Content added
h o w |
No edit summary |
||
Line 23:
}
async initialize(){
await get_pages(this.title,"user|content",null,"older").then((res) => {
this.page = res
this.content = this.page[0].revisions[0].slots.main.content;
console.log(this.content)
this.loadHooks();
this.loadFile();
})
}
|