still-legend

1.5.0 • Public • Published

This does literally everything needed to keep your bot alive on replit. It creates a website that displays info about your bot. Example usage:

const { Client, GatewayIntentBits } = require("discord.js"),
  client = new Client({ intents: [GatewayIntentBits.Guilds] });
require("replit-dis-uniter")(client);
client.login();

Here is a website of a bot kept alive by this package# still-legend

still-legend

Package Sidebar

Install

npm i still-legend

Weekly Downloads

3

Version

1.5.0

License

ISC

Unpacked Size

4.57 kB

Total Files

3

Last publish

Collaborators

  • legendman