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