Skip to content

iwl-lyam/disc.script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Disc.Script

Overview

Disc.Script is a new and modern Discord API Wrapper for JavaScript/NodeJS. It works via the Discord API.

Features

Currently, Disc.Script can connect to the Discord Gateway, Identify via a bot token and send messages in a channel. We are actively working on Reactions, Replies and Receiving messages right now, and will be released soon when they are ready.

Usage

const Discord = require("disc.script");
const gateway = new Discord.Gateway();

Discord.Event.on("ready", () => {
  console.log("ready");
});

gateway.start("token");

Installation: npm i disc.script

About

The all-new Discord API wrapper for JavaScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published