Update log
Package 📦
- Converted to DiscordJS v14
- All new
strict
mode. - Proper Typings and Commenting
- Embeds and Buttons are now customized easily yet making it all yours
- Names that just make sense
- Removed
credit
option - DEPRECATED many functions. Refer to docs
- Remade all systems and games (For efficient and optimized results)
- Fixed many many bugs
Documentation 📖
- Redesigned UI
- Documented every thing possible
- New Examples
- New Outputs
- Very much optimized for every device
- Optimized performance
- Better Search engine.
Typings 🔍
- Splitted every common types and options
- Unified options
- Better intellisense
- Commented every code
- Options now have documentation JSDoc
Summary:
+ Converted to DiscordJS v14
+ All new `strict` mode.
+ Proper Typings and Commenting
+ ChatGPT integration in chatbot
+ Super Customizable embed and button
+ Names that just make sense
- Removed `credit` option
- Deprecated few functions
v4.x.x
All new
strict
mode.- This new strict mode makes sure everything runs perfectly. Will throw an error if anything goes wrong. Defaults to
false
- This new strict mode makes sure everything runs perfectly. Will throw an error if anything goes wrong. Defaults to
Proper Typings and Commenting
- Now every argument or every variable is type-safe.
ChatGPT integration in chatbot
- We have integrated ChatGPT (OpenAI API) into the chatbot function. Look its documentation for More info
Super Customizable embed
- We added
fields
,thumbnail
,image
and literally everything that Discord.JS provides for embed. So you can customize even more. Making your bot, yours. ReferCustomizableEmbed
- We added
Names that just make sense
- Previously we had meaningless variable and option names. Now that's gone. Everything has proper name. Making it easier to contribute and debug.
Removed
credit
option- We listened to the people. We heared that the
credit
option annoys people. So that's gone too.
- We listened to the people. We heared that the
Deprecated few modules
- As we said earlier, We had meaningless names. Now that's changed with a proper name, leading to deprecation of old names.
// Ordinary functions
automeme() --> meme()
bumpSys() --> bumpReminder()
embedCreate() --> embedCreator()
embedPages() --> buttonPages()
giveawaySystem() --> giveaway()
suggestSystem() --> suggest()
ticketSystem() --> ticketSetup()
// System Handlers
manageBtn()
|--> manageBtnRole()
|--> manageTicket()
\--> manageGiveaway() // Splitted into three separate handlers
manageSug() --> manageSuggest()
// Deprecated and will be removed
nqn() --> X
stealEmoji() --> X
Others
⚡ Breaking Changes !
- Conversion to Discord.JS v14
- Better Type-safe
- Appropriate Option names
🗒 Documentation
Very Massive
UI overhaul- New Search algorithm
- Documented every thing that's humanly possible