client-discord.js

0.0.26 • Public • Published

🚀 Start discord bot!

😝 Latest Version

The latest version number of the client-discord.js module is @0.0.26.

👐 Example usage

const { startBot, botActivity, client } = require("client-discord.js");
const { ActivityType } = require("discord.js");

// Example "event" usage
client.on("ready", () => {
    console.log("The bot named", client.user.username, "has been activated!");
});

// Example activity usage
client.on("ready", () => {
const botStatus = [ "Discord Bot 1", "Discord Bot 2", "Discord Bot 3" ];

botActivity(client, botStatus, ActivityType.Playing); // Playing, Listening, Watching
});

startBot("your-bot-token"); // Your discord bot token!

📄 Document

Document link

Dependents (0)

Package Sidebar

Install

npm i client-discord.js

Weekly Downloads

3

Version

0.0.26

License

MIT

Unpacked Size

2.6 kB

Total Files

3

Last publish

Collaborators

  • devslenzy