Skip to content

Commit af96649

Browse files
committed
Add stuff to debug shit
1 parent eb53b65 commit af96649

36 files changed

+133
-123
lines changed

.github/workflows/release_actions.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,19 @@ jobs:
2626
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
# BUILD_NUMBER: 0 # Releases are always major.minor.revision_0
2828
# run: ./gradlew publish
29-
#- name: Zip files
30-
# run: |
31-
# cd build
32-
# zip release-${{ github.event.release.tag_name }} *
29+
- name: Zip files
30+
run: |
31+
cd build/libs
32+
zip release-${{ github.event.release.tag_name }} *.jar
33+
- name: Debug
34+
run: echo ${{ github.event.release.release.upload_url }}
3335
#- name: Upload to release
3436
# uses: actions/[email protected]
3537
# env:
3638
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3739
# with:
3840
# upload_url: ${{ github.event.release.release.upload_url }}
39-
# asset_path: ./build/release-${{ github.event.release.tag_name }}.zip
41+
# asset_path: ./build/libs/release-${{ github.event.release.tag_name }}.zip
4042
# asset_name: release-${{ github.event.release.tag_name }}.zip
4143
# asset_content_type: application/zip
4244
sendMessage:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ ____
102102
- `isDefunct(String, Site|String)`
103103
- `isDiscordOnly(String, Site|String)`
104104

105+
- ### 5.0.1
106+
- Renamed `getFilteredList(String)` to `getFilteredLists(String)`
107+
108+
- ### 5.0.2
109+
- Changed `DeprecatedSince` annotation
110+
- Dependencies updated:
111+
- JDA: `4.1.0_96` to `4.1.0_97`
112+
105113
____
106114
## v4
107115
- ### v4.0.0_0

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins{
77
id 'com.github.johnrengelman.shadow' version '5.2.0'
88
}
99

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

1212
group = "org.botblock"
1313
version = "$ver"

docs/allclasses-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
6-
<title>All Classes (JavaBotBlockAPI 5.0.1 API)</title>
5+
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
6+
<title>All Classes (JavaBotBlockAPI 5.0.2 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-14">
8+
<meta name="dc.created" content="2020-01-15">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="All Classes (JavaBotBlockAPI 5.0.1 API)";
25+
parent.document.title="All Classes (JavaBotBlockAPI 5.0.2 API)";
2626
}
2727
}
2828
catch(err) {

docs/allclasses.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Mon Jan 13 15:43:58 CET 2020 -->
6-
<title>All Classes (JavaBotBlockAPI 4.3.0 API)</title>
5+
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
6+
<title>All Classes (JavaBotBlockAPI 5.0.2 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-13">
8+
<meta name="dc.created" content="2020-01-15">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>

docs/allpackages-index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
6-
<title>All Packages (JavaBotBlockAPI 5.0.1 API)</title>
5+
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
6+
<title>All Packages (JavaBotBlockAPI 5.0.2 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-14">
8+
<meta name="dc.created" content="2020-01-15">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="All Packages (JavaBotBlockAPI 5.0.1 API)";
25+
parent.document.title="All Packages (JavaBotBlockAPI 5.0.2 API)";
2626
}
2727
}
2828
catch(err) {

docs/constant-values.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
6-
<title>Constant Field Values (JavaBotBlockAPI 5.0.1 API)</title>
5+
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
6+
<title>Constant Field Values (JavaBotBlockAPI 5.0.2 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-14">
8+
<meta name="dc.created" content="2020-01-15">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="Constant Field Values (JavaBotBlockAPI 5.0.1 API)";
25+
parent.document.title="Constant Field Values (JavaBotBlockAPI 5.0.2 API)";
2626
}
2727
}
2828
catch(err) {

docs/deprecated-list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
6-
<title>Deprecated List (JavaBotBlockAPI 5.0.1 API)</title>
5+
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
6+
<title>Deprecated List (JavaBotBlockAPI 5.0.2 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-14">
8+
<meta name="dc.created" content="2020-01-15">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="Deprecated List (JavaBotBlockAPI 5.0.1 API)";
25+
parent.document.title="Deprecated List (JavaBotBlockAPI 5.0.2 API)";
2626
}
2727
}
2828
catch(err) {

docs/help-doc.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
6-
<title>API Help (JavaBotBlockAPI 5.0.1 API)</title>
5+
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
6+
<title>API Help (JavaBotBlockAPI 5.0.2 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-14">
8+
<meta name="dc.created" content="2020-01-15">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="API Help (JavaBotBlockAPI 5.0.1 API)";
25+
parent.document.title="API Help (JavaBotBlockAPI 5.0.2 API)";
2626
}
2727
}
2828
catch(err) {

docs/index-all.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="de">
44
<head>
5-
<!-- Generated by javadoc (11.0.4) on Tue Jan 14 15:48:37 CET 2020 -->
6-
<title>Index (JavaBotBlockAPI 5.0.1 API)</title>
5+
<!-- Generated by javadoc (11.0.4) on Wed Jan 15 11:13:17 CET 2020 -->
6+
<title>Index (JavaBotBlockAPI 5.0.2 API)</title>
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8-
<meta name="dc.created" content="2020-01-14">
8+
<meta name="dc.created" content="2020-01-15">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
1111
<script type="text/javascript" src="script.js"></script>
@@ -22,7 +22,7 @@
2222
<script type="text/javascript"><!--
2323
try {
2424
if (location.href.indexOf('is-external=true') == -1) {
25-
parent.document.title="Index (JavaBotBlockAPI 5.0.1 API)";
25+
parent.document.title="Index (JavaBotBlockAPI 5.0.2 API)";
2626
}
2727
}
2828
catch(err) {
@@ -837,7 +837,7 @@ <h2 class="title">R</h2>
837837
</dd>
838838
<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>
839839
<dd>&nbsp;</dd>
840-
<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>
840+
<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>
841841
<dd>
842842
<div class="block">Optional String indicating a possible replacement method or field to use.</div>
843843
</dd>

0 commit comments

Comments
 (0)