1.0.2 • Published 3 years ago

cybots v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Cybots - Best Discord Bot List

  • Imagine a place - Where you can find the Best Discord Bots

Welcome to the cybots package, here you can use useful stuff to use with our Cybots API or cybots bot list Cybots

Post Stats to our API

// discord.js version: discord.js v12.5.3.
// node version: v14

const { Client, Intents } = require('discord.js');
const client = new Client({ intents: [Intents.FLAGS.GUILDS]});
const Cybots = require('cybots');
const autoPoster = new Cybots.AutoPoster("Your bot's API token from Cybots");

client.on('ready', () => {
    console.log("I am ready!");
    autoPoster.start(client.guilds.cache.size);
});

client.login('Super secret discord bot token')

If you do not have an idea of what Cybots is, long story short, it's a simple Discord bot list where you can add your Discord bots, visit it here, Cybots!

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago