Skip to content

Releases: wpatter6/PokemonGoDiscordRaidBot

Raid Boss Changes

05 Nov 21:49
Compare
Choose a tag to compare
  • Updating config files to include new raid bosses and exclude those that are gone
  • Updating raid time to 45 minutes

!place improvements

12 Oct 05:03
Compare
Choose a tag to compare
  • Improving !place and !places output to make results clear
  • Fixing issue with 24 hour format cultures getting 12 hours added to the date

Multiple !place entries, timezone fixes

10 Oct 04:20
Compare
Choose a tag to compare
  • Multiple places can now be entered with a single !place command. A carriage return should be between them, so they can be copy and pasted from a text editor for example.
  • Time zones should now be handled properly with the !start command
  • !start command entries can be overwritten by the user who originally added the start time.
  • Fixing issue where 12 hours would be incorrectly added to the raid time.

Start and End commands

04 Oct 05:02
Compare
Choose a tag to compare
  • Adding !start and !end commands
  • Fixing bug where actual times posted would sometimes be off by 1 minute
  • Updates to nl-NL language

Culture, refactoring, bug fixes

25 Sep 18:42
Compare
Choose a tag to compare
  • Changing !language to !culture and reworking to handle 24 hour time format.
  • Adding nl-NL language for Dutch speaking users.
  • Refactoring code for unit testing and to make future chat client implementations feasible (shameless plug for my new SlackBotCore library
  • Bug fixes

Channel Categories Fix

19 Sep 15:17
Compare
Choose a tag to compare
  • Upgrading to Discord.NET 1.0.2 to fix bug where bot would not work on servers with channel categories.

Parsing fixes, merge issue

12 Sep 15:52
Compare
Choose a tag to compare
  • Fixing issue where merge command was not deleting posts in channels
  • Location parsing improvements
  • Join parsing improvements
  • Now handling @Nickname mentions properly

Statistics Database, dotnet core 2.0

08 Sep 22:12
Compare
Choose a tag to compare
  • Adding a sqlite database to store raid data for future statistics aggregation
  • Adding !stats command for basic raid stats by boss
  • Upgrading project to dotnet core 2.0.0
  • Fixing an issue preventing !place command from functioning correctly
  • Location matching improvements

Fixing !raid command

05 Sep 17:34
Compare
Choose a tag to compare
  • Fixing issue that was preventing !raid command from working properly
  • Fixing location parsing to properly exclude the word "At" from the start of a location.

Cross-channel posts

05 Sep 03:12
Compare
Choose a tag to compare
  • Raid posts that match boss and location across channels will now combine in the raid-bot and pin channels. Users that join will be reflected across all the channels the post is present in, and commands applied will update the post in all channels.
  • !merge command works to combine raids across channels if location and pokemon match didn't work.
  • !delete all command now only deletes the entire post(s) in all channels if no other users posted it in another channel, otherwise it will only delete from channels the user posted in. If an admin uses !delete [id] it will always be deleted in all channels.
  • Art, gen, mac, and bay will no longer be recognized as pokemon names. Those four must use at least 4 characters.
  • Fixed issue where "bot is typing" continuously displays
  • Small location fixes