@imaentity/selfjs

3.0.0 • Public • Published

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);
    });
}());

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.02latest

Version History

VersionDownloads (Last 7 Days)Published
3.0.02
2.9.111
2.9.100
1.9.100
1.9.90
1.7.90
1.6.90
1.5.90
1.5.80
1.4.80
1.3.90
1.3.70
1.3.60
1.3.50

Package Sidebar

Install

npm i @imaentity/selfjs

Weekly Downloads

3

Version

3.0.0

License

ISC

Unpacked Size

31.9 kB

Total Files

5

Last publish

Collaborators

  • imaentity