3.0.0 • Published 3 months ago

@imaentity/selfjs v3.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

SelfJS

Install Command: npm i @imaentity/selfjs

Documentation

View Documentation Here

Bot Example's

Echo Bot:

const discord = require("@imaentity/SelfJS");
const client = new discord.Client();

(async function() {
    await client.login("TOKEN");
  
    client.onMessage(async function(msg) {
        if(msg.author.bot || msg.author.self) return;
        
        await client.sendMessage(msg.channel_id, msg.content);
    });
}());
3.0.0

3 months ago

2.9.11

6 months ago

2.9.10

6 months ago

1.9.10

7 months ago

1.9.9

8 months ago

1.7.9

9 months ago

1.6.9

9 months ago

1.5.9

9 months ago

1.5.8

9 months ago

1.4.8

10 months ago

1.3.9

10 months ago

1.3.7

10 months ago

1.3.6

10 months ago

1.3.5

10 months ago