discord-essential-library
v1.0.4
Published
A library of extended structures for Discord.JS
Readme
Discord Essentials Library
By hanatic
Please note this is not yet finished and is in beta, more features will be released soon.
This library includes the following:
Improved Embeds (custom coded):
Allows for users to set the "type" of embeds ranging from 0 to 3. 0 is success, 1 is danger, 2 is warning and 3 is info. These can be accessed by using the EmbedImproved.setType() method. Please note you will need to declare embeds as EmbedImproved() not Discord.MessageEmbed() or the .setType method will not be accessible - changes to that coming in v2
Inline Replies (code by Allvaa):
Allows users to send inlineReplies using the bot and the message.inlineReply() method.
[ I would like to stress that this is not my code and all credit for it goes to Allvaa, more information about how to use it here: https://gist.github.com/Allvaa/0320f06ee793dc88e4e209d3ea9f6256 ]
Modified Client (custom coded):
Adds the devModeActivated property to the Client meaning developers can now disable certain things according to whether he bot is in development mode/under maintainance. Please note you will need to declare clients as ModifiedClient() not Discord.Client() or the devModeActivated property will not be accessible - changes to that coming in v2\
More soon! Suggest which you'd like to see by DMing me on Discord (hanatic#0811)
