Skip to content

Commit

Permalink
* Bumped version.
Browse files Browse the repository at this point in the history
* Added deprecated Tags to classes.
  • Loading branch information
DxsSucuk committed Jul 8, 2022
1 parent 9ba150b commit aaa8f93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>de.presti</groupId>
<artifactId>Ree6</artifactId>
<version>1.7.13</version>
<version>1.7.14</version>
<packaging>jar</packaging>
<name>Ree6</name>
<description>Ree6 is an open-Source Discord Bot.</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* @deprecated This command will be removed soon. In addition to a new upcoming feature, which uses AI Recognition to detect "bad words".
* @since 1.7.13
*/
@Deprecated(forRemoval = true)
public class ChatProtector {

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* @deprecated This command will be removed soon. In addition to a new upcoming feature, which uses AI Recognition to detect "bad words".
* @since 1.7.13
*/
@Deprecated(forRemoval = true)
@Command(name = "chatprotector", description = "Manage your Chat Filter.", category = Category.MOD)
public class ChatProtector implements ICommand {
@Override
Expand Down

0 comments on commit aaa8f93

Please sign in to comment.