Skip to content

Releases: Vauff/Maunz-Discord

r17

08 Jun 11:43
Compare
Choose a tag to compare
r17
  • Fixed *benchmark erroring when looking up a CPU
  • Added CPU thread display to *benchmark
  • Updated dependencies

r16

01 Jun 19:08
Compare
Choose a tag to compare
r16
  • Fixed an error when adding a notification for a 2nd server in the same guild

r15

28 May 06:14
Compare
Choose a tag to compare
r15
  • Fixed certain characters in map notifications breaking the service (thanks Trevor159!)
  • Updated dependencies

r14

23 May 21:45
Compare
Choose a tag to compare
r14
  • Redid internal command permission handling to be cleaner
  • Simplified the way command help was internally being set up in every command class
  • Added wildcard map notification support (thanks Trevor159!)
  • Updated dependencies

r13

19 May 02:00
Compare
Choose a tag to compare
r13
  • Updated the discord dev portal link provided when a bot token is missing
  • Fixed getting double PMs when the bot encountered a permissions error handling your command
  • Fixed the "Successfully sent message!" message still showing with *say if you provided the current channel as a command argument
  • Migrated to Discord4J v3.1
  • Lots of general tidying/code optimization
  • Centralize all user agent handling, and have it read a value from config.json
  • Added automatic daily rolling of log files
  • *help will no longer show you commands you don't have access to
  • Fixed the bots error message not coming up for ClientExceptions
  • Updated dependencies

r12

02 May 21:28
Compare
Choose a tag to compare
r12
  • Corrected a bad hostname reference
  • Updated dependencies

r11

08 Apr 13:30
Compare
Choose a tag to compare
r11
  • Fixed the *benchmark command (thanks bl4ckscor3!)
  • Fixed a bug in the logic for handling command replies (thanks bl4ckscor3!)
  • Updated dependencies

r10

08 Nov 04:13
Compare
Choose a tag to compare
r10
  • Fixed error when adding multiple reactions to the same menu message
  • Switched steam-condenser-java to a custom fork that has spammy log messages disabled by default
  • Added a single log message whenever the server timers start running to replace the removed spammy ones
  • Re-enabled the bot invite link in *discord
  • Changed the *services message to give more information on how to manage services
  • Updated dependencies

r9

10 Jul 21:20
Compare
Choose a tag to compare
r9
  • Removed left over piece of code from a WIP feature
  • Updated some originally missed IP references to vauff.com
  • Updated the *quote enabled guilds and disabled message
  • Moved guild data storage to MongoDB
  • Changed config.json indentation from 2 to 4 spaces
  • Added database name option to the quotesDatabase config.json section (also renamed)
  • Fixed the lastGuildName value in guild data storage not getting updated beyond initial creation
  • Fixed the altPlayingText config option not being created in new config.json files
  • Fixed commands not working in new guilds until a bot restart
  • Fixed potential error when rapidly selecting a reaction option in a Maunz menu

r8

02 Jul 15:53
Compare
Choose a tag to compare
r8
  • Added a check to prevent duplicate server tracking threads from stacking up and causing server tracking message spam when Discord API is experiencing issues