Skip to content

Commit

Permalink
Merge pull request #283 from Phoenix-Starlight/refactor/cleanup-excep…
Browse files Browse the repository at this point in the history
…tion-clauses
  • Loading branch information
seailz authored Mar 25, 2024
2 parents b0285cc + 9f869e7 commit 9060188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/seailz/discordjar/model/guild/Guild.java
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ public StringFormatter formatter() {
* <p/>
* <b>This action is irreversible!</b>
*/
public void delete() throws IllegalAccessException {
public void delete() {
DiscordResponse response;
try {
response = new DiscordRequest(
Expand Down

0 comments on commit 9060188

Please sign in to comment.