Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Releases: robflop/robbot

Version 4.3.3

12 Sep 19:50
Compare
Choose a tag to compare

Version 4.3.3

Some adjustments necessary to comply with website changes.

Features

  • Yearly counter info from website now displayed

Fixes

  • Proper routes now called again for counter stuff

Misc

  • Dependency updates
  • snekfetch replaced with axios

Version 4.3.2

04 Mar 13:08
Compare
Choose a tag to compare

Version 4.3.2

Just some bugfixes, again.

Fixes

  • Changes to WebSocket connection so that it now reconnects properly
  • Fixed an error that made commands which rely on the GuildMember not work (now caches the member if it isn't)
  • Some debug log removed

Version 4.3.1

13 Jan 13:23
Compare
Choose a tag to compare

Version 4.3.1

Tiny release for a necessary fix.

Features

  • The playsound command now sends the appropriate websocket event to the server.

Fixes

  • The necessary sounds.js file is now included in the repo (oops).
  • https://megumin.love WebSocket now reconnects

Misc

  • Dependency updates (non-breaking)
  • Discord.js 11.3 used

Version 4.3.0

30 Dec 21:34
Compare
Choose a tag to compare

Version 4.3.0

Features

  • Replaced shutdown with power command
  • Soundboard ranking output for megumin.love
  • Uses megumin.love WebSocket instead of endpoint

Fixes

  • Fix having to double reload commands
  • Fix counter statistics
  • Favicon link for counter command fixed

Misc

  • Dependency updates
  • Discord.js version 11.2 now used
  • Reason logging for disconnects
  • Code refactoring
  • Disable unnecessary discord.js events (optimization)

Version 4.2.2

09 Aug 14:42
Compare
Choose a tag to compare

Minor release to fix/adjust some tiny things.

  • package.json fixed
  • leftover console logging removed
  • Add invalid selector message for info command
  • Update dependencies (non-breaking)

Version 4.2.1

26 Jul 17:59
Compare
Choose a tag to compare

Version 4.2.1

  • Adjustments to readme/wiki (alphabetically ordered & fitting descriptions)
  • Usage of new .me property instead of fetching the bot's GuildMember manually
  • Adjustments for Arguments parser
  • Adjustments to logging
  • Non-breaking dependency updates
  • A half-hourly check for guilds with >=80% bot percentage (affected guilds are left)

Version 4.2.0

02 Jun 14:33
Compare
Choose a tag to compare

Version 4.2.0! (heh)

  • cancelSound command to make the bot leave your guild's voice channel if playSound or randomSound bugged out
  • Make toggle not owners-only (it was not intended to be, oops)
  • Update package file
  • Update info command to display owners, amount of commands n more

Version 4.1.1

02 Jun 14:33
Compare
Choose a tag to compare

Version 4.1.1

  • Add travis checks
  • Fix eval command
  • Updates to commandcontroller and arg parser
  • clean-up
  • various improvements

Version 4.1.0

21 May 03:33
Compare
Choose a tag to compare

Version 4.1.0!

Mostly just updates to the Argument parser and command controller.
Besides that, some command files have been renamed for filename consistency.

The help command now also provides info on disabled commands and/or ignored users if the command is used from a guild's channel. In addition, it links to the usage page of this repo's wiki.

Version 4.0.0

14 May 14:10
Compare
Choose a tag to compare

Oh my, it's a complete rewrite -- Version 4.0.0!