0.0.26 • Published 1 year ago

client-discord.js v0.0.26

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

🚀 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

0.0.26

1 year ago

0.0.25

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago