Skip to content

emzjs/sandy.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Sandy.js

A Node Module That Allows You To Interact With Sandy Easily.

Install

npm i sandy.js

Example Usage

const sandy = require('sandy.js');
const client = new sandy.Client({ apiKey: 'API_TOKEN' });

console.log(client.get('GUILD_ID'));

Note :

  • API_TOKEN and GUILD_ID is required.

License

APACHE-2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published