Skip to content

Commit

Permalink
2.8.4 - Wow that's a lot of stuff.
Browse files Browse the repository at this point in the history
[Added]
+ Ability to move dailyMessage to a different day
+ RequestDailyMessage has a "Working..." response
+ Permissions for getCompEntries
+ DMs sent to SAIL now send a confirmation response
+ Message in Pixels command that shows if you've decayed to the level
floor
+ System in place to detect missing event timers
+ Message response if embedded URL can't be retrieved because of invalid
SSL certificates
+ Voting can now return a weighted tally
+ New dontDecay user setting.
+ Role and Modifier will show the list of options if no arguments are
provided
+ RoleID is now an acceptable argument for adding/removing cosmetic
roles/modifiers
+ EditPixels command (thanks AndrielChaoti!)
+ LikeArt toggle
Allows users to grant others XP via a ❤️ reaction that is added to
pinned art messages
+ Timeout "S.A.I.L has pinned a message [...]" after 2 minutes

[Fxed/Changed]
* now using discord gateway v6
* Fixed an NPE in userObject class
* Fixed an issue where the toggle list wouldn't update properly
* Fixed a bug that would cause the bot to get rate-limited when
attempting to rate-limit a user
* Fixed a bug that caused an NPE when a server listing owner could no
longer be found (i.e. left the server)
* Fixed some NPEs caused by trying to get a user's profile when they
didn't have one
* Commands updated to use a user's displayName instead of the text
"User"
* Fixed an NPE caused by reports sent with no reason
* Major internal file structure changes
* Log file format and location changed
* Fixed a slowdown caused by the dailyMessage system
* Fixed an error where giving a user denyAutoRole would respond
incorrectly
* Patched some stuff that broke
* Updated queue handler

[Removed]
- SetPixels command (Replaced with EditPixels)
- Users can no longer pin their own art
  • Loading branch information
Vaerys-Dawn committed Sep 19, 2017
1 parent 7643d66 commit 058e8bd
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.vaerys</groupId>
<artifactId>DiscordSAIL</artifactId>
<version>2.8.4 - RC3</version>
<version>2.8.4</version>
<build>
<resources>
<resource>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.vaerys</groupId>
<artifactId>DiscordSAIL</artifactId>
<version>2.8.4 - RC3</version>
<version>2.8.4</version>

<build>
<resources>
Expand Down
Binary file modified target/JavaDiscordSAILv2.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion target/classes/project.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.8.4 - RC3
version=2.8.4
4 changes: 2 additions & 2 deletions target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Generated by Maven
#Tue Sep 19 17:35:11 AEST 2017
version=2.8.4 - RC3
#Tue Sep 19 17:59:19 AEST 2017
version=2.8.4
groupId=com.github.vaerys
artifactId=DiscordSAIL
Binary file modified target/original-JavaDiscordSAILv2.jar
Binary file not shown.

0 comments on commit 058e8bd

Please sign in to comment.