Skip to content

Update v1.5.0

Compare
Choose a tag to compare
@cheesenibbles123 cheesenibbles123 released this 19 Sep 23:13
· 677 commits to master since this release
a176973

General

  • Converted randomGif() from an if block to a switch (case)
  • Converted randompirateshit() from an if block to a switch (case)
  • Converted Status() from an if block to a switch (case)
  • Altered Blackwake command
    • Added new check with response to user
    • renamed all usage cases of bwstats to blackwake, this includes the ;help bwstats command which is now ;help blackwake
  • Altered the Embed management function for the raw events
    • Added a flag to prevent unneeded blank embeds being sent

Additions

  • Added try catch around ISSLocation()
  • Added try catch around discplayBotInfo()
  • Added check to ignore if incoming message is a DM

Fixes

  • fixed typo line 4 of wordsAPI() ( A => B )
    A) if(args.lgenth === 0){
    B) if (args.length === 0){
  • fixed n-word filter showing ID not ping on user interaction
  • Fixed the catch() firing on Blackwake command usage
    • Now doesn't remind you to set your profile public if your stats are displayed and your profile is public anyway

Removals

  • Removed unneeded konsole()
    • Existed only because i was too lazy to type out console.log() each time

Now at 4681 lines of code!