Skip to content

3.1.0

Choose a tag to compare

@retrixe retrixe released this 21 Apr 14:26
23c6422

🎉

This is a minor release with a slew of new features. It includes multiple bug fixes and new commands.

  • Added aliases for reminder.
  • Update to Eris 0.15.0 to continue working properly.
  • Add /suppress.
  • Add /hastebin.
  • Add perms to /help <command>.
  • Add /reminderlist.
  • Fix large number of bugs and old pieces of code.

Minor Changes

  • Add reminder aliases, lower-case calc, update ocr. /ocr <message link> works better with messages containing links now: df5119f
  • Fix random, els and remindme, update getUser, add /perms. getUser now only iterates guild.members once and uses nick. /random will now use 1 as lower limit when only 1 number is passed. Critical bugs in /remindme and /editLastSay fixed. /userinfo cleaned up: a3468ab
  • Update to Eris 0.14.0 as well as package updates: 1fca3f0
  • Add /suppress: #18
  • Add /hastebin and support /nmc effective name: 03ec341
  • Fix paste.gg, update to Eris 0.15: 6d2d2b6
  • Add /help perms and /reminderlist: 75cd274

Patches

  • Fix #2 and move gunfight storage to objects: f64b0e6
  • Use GuildTextableChannel cast and remove members.find(id). Get rid of guild.channels.get(message.channel.id) as cast. Replace leftover members.find(e => e.id === id) with members.get(id): 6b1cfb4
  • Add /perms to help and fix typing in other channels: dad8d7b
  • Make /rh type case insensitive (fix #15, #16): 2783133
  • Fix /dog internal errors (fix #14, #17): f76f960
  • Updated .permission, fix /suppress perm. /suppress uses channel specific perms. .permission -> .permissions Make sure all commands return "Correct usage.": 64db23d
  • Use paste.gg and fix var name: 10ae686
  • Update README, /help, bump Node.js req: de26a1a

Credits

Huge thanks to @xVyre for helping!