We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use kanasimi/wikibot@628a82f
(async () => { await wiki.login(login_options); wiki.listen(async row => { const page_data = await wiki.page('User talk:' + row.user); if (!page_data.wikitext) await wiki.edit_page(page_data, '{{subst:Welcome}}'); }, { delay: '2m', rcprop: 'user|timestamp' }); })();
I didn't expected it to be that clean. 🎂
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Use kanasimi/wikibot@628a82f
I didn't expected it to be that clean. 🎂
The text was updated successfully, but these errors were encountered: