Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee-DoHa committed Nov 24, 2022
1 parent 7dafcc6 commit 4ba62a3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Binary file modified .gradle/7.5.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/7.5.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file not shown.
Binary file modified build/tmp/compileJava/previous-compilation-data.bin
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void write(MessageCreate messageCreate) {
bodyList.add(messageCreate.getBody().substring(startIndex));
break;
}
tmpString = messageCreate.getBody().substring(startIndex, startIndex+25);
tmpString = messageCreate.getBody().substring(startIndex, startIndex+23);
int lastIndex = tmpString.length()-1;
if(tmpString.contains(" ")) {
while(tmpString.charAt(lastIndex) != ' ') {
Expand Down

0 comments on commit 4ba62a3

Please sign in to comment.