agentnpm

0.0.8 • Public • Published

AgentNPM

Usage:

const agent = require("agentnpm");

let Client0 = new Client("YOUR TOKEN HERE");

let Shard0 = new Shard({
  token: "YOUR TOKEN HERE",
  shardCount: 1
}, 0)

Shard0.connect();

require("http").createServer().listen(process.env.PORT);

We are still figuring out on how to make a send msg and commands like that still

Only login currently works

Dependents (0)

Package Sidebar

Install

npm i agentnpm

Weekly Downloads

51

Version

0.0.8

License

MIT

Unpacked Size

23 kB

Total Files

14

Last publish

Collaborators

  • mrmask