REPLIT.js
Replit.js is an easy library for creating JavaScript repl.it bots. It uses graphQL and is class-based.
Get Started
// Load the comprehensive version.const Bot: Replit = ;const bot = ;async { // This should always be the first thing done! await bot bot; bot; // 5 minutes is good bot; // This should always be the last thing done! bot;}