Skip to content

ImaEntity/SelfJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Breaking Discord's TOS to bot user accounts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published