Skip to content

Commit

Permalink
Change code to follow style
Browse files Browse the repository at this point in the history
  • Loading branch information
King-BR committed Nov 1, 2023
1 parent b2b3fa3 commit ee4827a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/discordchat/Discord/Listeners/MsgCreate.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public void onMessageCreate(MessageCreateEvent event) {
try {
new InfoPlayer(bot, config, event, args);
} catch (IOException e) {
Log.info("[DiscordChat] A error has ocurred on playerinfo discord command!\n"+ e);
Log.info("[DiscordChat] A error has ocurred on playerinfo discord command!\n");
e.printStackTrace();
}
}
}
Expand Down

0 comments on commit ee4827a

Please sign in to comment.