3.3.0-b02 • Published 9 months ago
@imaentity/selfjs v3.3.0-b02
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.3.0-b02
9 months ago
3.2.0
9 months ago
3.3.0-b
9 months ago
3.1.0
9 months ago
3.0.0
1 year ago
2.9.11
2 years ago
2.9.10
2 years ago
1.9.10
2 years ago
1.9.9
2 years ago
1.7.9
2 years ago
1.6.9
2 years ago
1.5.9
2 years ago
1.5.8
2 years ago
1.4.8
2 years ago
1.3.9
2 years ago
1.3.7
2 years ago
1.3.6
2 years ago
1.3.5
2 years ago