Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

eslachance/djs-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

djs-collection

THIS REPOSITORY IS NOW OBSOLETE AND WILL NO LONGER BE UPDATED

Moving to Enmap

djs-collection-persistent and djs-collection have been merged into a more efficient system that's been renamed Enmap.

To get enmap, see The NPMJS Page.

Updating requires no migration, only a change in code:

// OLD CODE

const Collection = require("djs-collection");
const myColl = new Collection();

// NEW CODE

const Enmap = require('enmap');
const myColl = new Enmap();

Support

For support join 〈evie.codes〉 and talk to me, 〈evie.codes〉!

About

The "Collection" structure extracted from Discord.js. Collections extend Map() by adding helper methods generally found on Arrays.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published