Skip to content

Commit

Permalink
2.8.3 - Stability and Optimisations part 2
Browse files Browse the repository at this point in the history
[Changes]
+ added a search for channel setting mode to channelstats
+ you can now list the user's settings with the usersettings command.
* PixelSettings now allows for multiple args to be used allowing for
multiple settings to be toggled at the same time.
* added some aliases to the modes within pixelhelp
* Major backend changes that include many optimisations and fixes to old
code.
+ new Custom Command Tag <randEmote>, replaces itself with a random
custom emoji from the current server.
* getCCdata will now show username#descrim instead of display when run
* pixelsettings is now profilesettings and has been moved from the pixel
type to the general type.
+ added getUser to all commands that has a user mention or userID as an
argument
> allows for non mention calls to get a user

[New Commands]
+ Purgebanneddata
- FixLevelErrors
+ LastDailyMessage
+ randomCC
  • Loading branch information
Vaerys-Dawn committed Aug 22, 2017
1 parent c8e508b commit a1a9da5
Show file tree
Hide file tree
Showing 302 changed files with 7,682 additions and 5,698 deletions.
1,478 changes: 933 additions & 545 deletions .idea/workspace.xml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions 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.2</version>
<version>2.8.3</version>
<build>
<resources>
<resource>
Expand Down Expand Up @@ -41,7 +41,7 @@
<configuration>
<transformers>
<transformer>
<mainClass>Main.Main</mainClass>
<mainClass>com.github.vaerys.main.Main</mainClass>
</transformer>
</transformers>
</configuration>
Expand Down
7 changes: 4 additions & 3 deletions 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.2</version>
<version>2.8.3</version>

<build>
<resources>
Expand Down Expand Up @@ -56,8 +56,9 @@
<configuration>
<transformers>
<!-- add Main-Class to manifest file -->
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>Main.Main</mainClass>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.github.vaerys.main.Main</mainClass>
</transformer>
</transformers>
</configuration>
Expand Down
125 changes: 0 additions & 125 deletions src/main/java/Commands/Admin/Mute.java

This file was deleted.

143 changes: 0 additions & 143 deletions src/main/java/Commands/Admin/UserSettings.java

This file was deleted.

7 changes: 0 additions & 7 deletions src/main/java/Commands/BlackList/BlacklistEditModes.java

This file was deleted.

7 changes: 0 additions & 7 deletions src/main/java/Commands/BlackList/EditBlackList.java

This file was deleted.

7 changes: 0 additions & 7 deletions src/main/java/Commands/BlackList/ListBlackLists.java

This file was deleted.

9 changes: 0 additions & 9 deletions src/main/java/Commands/BlackList/NewBlackList.java

This file was deleted.

Loading

0 comments on commit a1a9da5

Please sign in to comment.