Advertisement
CSD_Fyre

Poseidon v2.0.0

Mar 23rd, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. Poseidon 2.0.0! Mainly just changed from Enmap to MongoDB, as well as some new features
  2.  
  3. __**New Features**__
  4. - User profiles
  5. - XP system, both global and guild-specific
  6. - MongoDB instead of Enmap (more easily scaled)
  7.  
  8. __**Bug Fixes**__
  9. - Calling the help command for a command that doesn't exist no longer causes a crash
  10. - Deleting a help embed no longer shows errors in console, and made deleting a help embed end the timed delete to prevent errors for trying to delete a deleted message
  11.  
  12. __**Misc. Changes**__
  13. - Added images folder for profile command (images for profiles and level ups)
  14. - Index.js updated for MongoDB and more
  15. - Models folder created for all MongoDB models
  16. - Added more modules for creating maps/models for MongoDB
  17. - Updated functions (in modules) with new MongoDB functions
  18. - Deleted random modules in package.json
  19. - Logging now shows stack instead of stringified Logger module logging
  20. - Updated play logging
  21.  
  22. __**Command Changes**__
  23. - dbdisconnect command added
  24. - Profile command added
  25. - showglobalxp and showserverxp added for admins
  26. - stats command updated
  27. - Help command now has alias 'h' and has new commands included new commands
  28.  
  29. __**Event Changes**__
  30. - guildDelete updated
  31. - guildMemberAdd updated for sharding
  32. - message updated to work with MongoDB with queries, etc.
  33. - messageDelete updated
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement