repl-autokill
v1.0.3
Published
bot not connect with code then project auto kill then connect again
Readme
Install
$ npm i repl-autokillExample Code
const client = new Discord.Client({ intents: [Intents] });
const { ReplitKill } = require('repl-autokill');
ReplitKill({ Client: client, Time: 5000 });