Skip to content

Commit

Permalink
Add stuff to debug shit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre601 committed Jan 15, 2020
1 parent eb53b65 commit af96649
Show file tree
Hide file tree
Showing 36 changed files with 133 additions and 123 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,19 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# BUILD_NUMBER: 0 # Releases are always major.minor.revision_0
# run: ./gradlew publish
#- name: Zip files
# run: |
# cd build
# zip release-${{ github.event.release.tag_name }} *
- name: Zip files
run: |
cd build/libs
zip release-${{ github.event.release.tag_name }} *.jar
- name: Debug
run: echo ${{ github.event.release.release.upload_url }}
#- name: Upload to release
# uses: actions/[email protected]
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# upload_url: ${{ github.event.release.release.upload_url }}
# asset_path: ./build/release-${{ github.event.release.tag_name }}.zip
# asset_path: ./build/libs/release-${{ github.event.release.tag_name }}.zip
# asset_name: release-${{ github.event.release.tag_name }}.zip
# asset_content_type: application/zip
sendMessage:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,14 @@ ____
- `isDefunct(String, Site|String)`
- `isDiscordOnly(String, Site|String)`

- ### 5.0.1
- Renamed `getFilteredList(String)` to `getFilteredLists(String)`

- ### 5.0.2
- Changed `DeprecatedSince` annotation
- Dependencies updated:
- JDA: `4.1.0_96` to `4.1.0_97`

____
## v4
- ### v4.0.0_0
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins{
id 'com.github.johnrengelman.shadow' version '5.2.0'
}

def ver = new Version(major: 5, minor: 0, revision: 1)
def ver = new Version(major: 5, minor: 0, revision: 2)

group = "org.botblock"
version = "$ver"
Expand Down
8 changes: 4 additions & 4 deletions docs/allclasses-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
<title>All Classes (JavaBotBlockAPI 5.0.1 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>All Classes (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-14">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Classes (JavaBotBlockAPI 5.0.1 API)";
parent.document.title="All Classes (JavaBotBlockAPI 5.0.2 API)";
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions docs/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Mon Jan 13 15:43:58 CET 2020 -->
<title>All Classes (JavaBotBlockAPI 4.3.0 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>All Classes (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-13">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down
8 changes: 4 additions & 4 deletions docs/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
<title>All Packages (JavaBotBlockAPI 5.0.1 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>All Packages (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-14">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (JavaBotBlockAPI 5.0.1 API)";
parent.document.title="All Packages (JavaBotBlockAPI 5.0.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
<title>Constant Field Values (JavaBotBlockAPI 5.0.1 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>Constant Field Values (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-14">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (JavaBotBlockAPI 5.0.1 API)";
parent.document.title="Constant Field Values (JavaBotBlockAPI 5.0.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
<title>Deprecated List (JavaBotBlockAPI 5.0.1 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>Deprecated List (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-14">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (JavaBotBlockAPI 5.0.1 API)";
parent.document.title="Deprecated List (JavaBotBlockAPI 5.0.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
<title>API Help (JavaBotBlockAPI 5.0.1 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>API Help (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-14">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (JavaBotBlockAPI 5.0.1 API)";
parent.document.title="API Help (JavaBotBlockAPI 5.0.2 API)";
}
}
catch(err) {
Expand Down
10 changes: 5 additions & 5 deletions docs/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
<title>Index (JavaBotBlockAPI 5.0.1 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>Index (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-14">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (JavaBotBlockAPI 5.0.1 API)";
parent.document.title="Index (JavaBotBlockAPI 5.0.2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -837,7 +837,7 @@ <h2 class="title">R</h2>
</dd>
<dt><span class="memberNameLink"><a href="org/botblock/javabotblockapi/exceptions/RatelimitedException.html#%3Cinit%3E(java.lang.String)">RatelimitedException(String)</a></span> - Constructor for class org.botblock.javabotblockapi.exceptions.<a href="org/botblock/javabotblockapi/exceptions/RatelimitedException.html" title="class in org.botblock.javabotblockapi.exceptions">RatelimitedException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/botblock/javabotblockapi/annotations/DeprecatedSince.html#replacement()">replacement()</a></span> - Method in annotation type org.botblock.javabotblockapi.annotations.<a href="org/botblock/javabotblockapi/annotations/DeprecatedSince.html" title="annotation in org.botblock.javabotblockapi.annotations">DeprecatedSince</a></dt>
<dt><span class="memberNameLink"><a href="org/botblock/javabotblockapi/annotations/DeprecatedSince.html#replacements()">replacements()</a></span> - Method in annotation type org.botblock.javabotblockapi.annotations.<a href="org/botblock/javabotblockapi/annotations/DeprecatedSince.html" title="annotation in org.botblock.javabotblockapi.annotations">DeprecatedSince</a></dt>
<dd>
<div class="block">Optional String indicating a possible replacement method or field to use.</div>
</dd>
Expand Down
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
<title>Overview (JavaBotBlockAPI 5.0.1 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>Overview (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-14">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (JavaBotBlockAPI 5.0.1 API)";
parent.document.title="Overview (JavaBotBlockAPI 5.0.2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -93,7 +93,7 @@
</nav>
</header>
<div class="header">
<h1 class="title">JavaBotBlockAPI 5.0.1 API</h1>
<h1 class="title">JavaBotBlockAPI 5.0.2 API</h1>
</div>
<main role="main">
<div class="contentContainer">
Expand Down
2 changes: 1 addition & 1 deletion docs/member-search-index.js

Large diffs are not rendered by default.

Binary file modified docs/member-search-index.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/org/botblock/javabotblockapi/BotBlockAPI.Builder.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
<title>BotBlockAPI.Builder (JavaBotBlockAPI 5.0.1 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>BotBlockAPI.Builder (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-14">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BotBlockAPI.Builder (JavaBotBlockAPI 5.0.1 API)";
parent.document.title="BotBlockAPI.Builder (JavaBotBlockAPI 5.0.2 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/org/botblock/javabotblockapi/BotBlockAPI.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
<title>BotBlockAPI (JavaBotBlockAPI 5.0.1 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>BotBlockAPI (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-14">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="BotBlockAPI (JavaBotBlockAPI 5.0.1 API)";
parent.document.title="BotBlockAPI (JavaBotBlockAPI 5.0.2 API)";
}
}
catch(err) {
Expand Down
12 changes: 6 additions & 6 deletions docs/org/botblock/javabotblockapi/Site.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
<title>Site (JavaBotBlockAPI 5.0.1 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>Site (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-14">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Site (JavaBotBlockAPI 5.0.1 API)";
parent.document.title="Site (JavaBotBlockAPI 5.0.2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -475,7 +475,7 @@ <h4>DISCORD_BOATS</h4>
<h4>DISCORDBOTS_ORG</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang" class="externalLink">@Deprecated</a>
<a href="annotations/DeprecatedSince.html" title="annotation in org.botblock.javabotblockapi.annotations">@DeprecatedSince</a>(<a href="annotations/DeprecatedSince.html#version()">version</a>="v3.0.1",
<a href="annotations/DeprecatedSince.html#replacement()">replacement</a>="#TOP_GG")
<a href="annotations/DeprecatedSince.html#replacements()">replacements</a>="#TOP_GG")
public static final&nbsp;<a href="Site.html" title="enum in org.botblock.javabotblockapi">Site</a> DISCORDBOTS_ORG</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">Use <a href="#TOP_GG"><code>TOP_GG</code></a> insetad.
Expand Down Expand Up @@ -548,7 +548,7 @@ <h4>DISCORDEXTREMELIST_XYZ</h4>
<h4>DISCORDSBESTBOTS_XYZ</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang" class="externalLink">@Deprecated</a>
<a href="annotations/DeprecatedSince.html" title="annotation in org.botblock.javabotblockapi.annotations">@DeprecatedSince</a>(<a href="annotations/DeprecatedSince.html#version()">version</a>="v4.2.3",
<a href="annotations/DeprecatedSince.html#replacement()">replacement</a>="#DISCORDEXTREMELIST_XYZ")
<a href="annotations/DeprecatedSince.html#replacements()">replacements</a>="#DISCORDEXTREMELIST_XYZ")
public static final&nbsp;<a href="Site.html" title="enum in org.botblock.javabotblockapi">Site</a> DISCORDSBESTBOTS_XYZ</pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">This site was merged into <a href="https://discordextremelist.xyz" target="_blank">discordextremelist.xyz</a>
Expand Down
20 changes: 10 additions & 10 deletions docs/org/botblock/javabotblockapi/annotations/DeprecatedSince.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
<title>DeprecatedSince (JavaBotBlockAPI 5.0.1 API)</title>
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
<title>DeprecatedSince (JavaBotBlockAPI 5.0.2 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2020-01-14">
<meta name="dc.created" content="2020-01-15">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
Expand All @@ -22,7 +22,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="DeprecatedSince (JavaBotBlockAPI 5.0.1 API)";
parent.document.title="DeprecatedSince (JavaBotBlockAPI 5.0.2 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -177,8 +177,8 @@ <h3>Optional Element Summary</h3>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#replacement()">replacement</a></span></code></th>
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>[]</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#replacements()">replacements</a></span></code></th>
<td class="colLast">
<div class="block">Optional String indicating a possible replacement method or field to use.</div>
</td>
Expand Down Expand Up @@ -221,21 +221,21 @@ <h4>version</h4>
<!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="replacement()">
<li class="blockList"><a id="replacements()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>replacement</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>&nbsp;replacement</pre>
<h4>replacements</h4>
<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a>[]&nbsp;replacements</pre>
<div class="block">Optional String indicating a possible replacement method or field to use.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>The method/field to use instead of the deprecated one.</dd>
</dl>
<dl>
<dt>Default:</dt>
<dd>""</dd>
<dd>{""}</dd>
</dl>
</li>
</ul>
Expand Down
Loading

0 comments on commit af96649

Please sign in to comment.