You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GuildBot.log.error("An error occurred while evaluating the vars \"{}\"\n{}\n{}", varName, variables.getExecutableScript(), e);
275
+
GuildBot.log.error("An error occurred while evaluating the vars \"{}\"\n{}\n{}", varName, variables.getExecutableScript(), einstanceofExecutionException ? e.getCause() : e);
276
276
finalStringvarContext = String.format("Trying to evaluate var: %#s", event.getJDA().getTextChannelById(varName));
0 commit comments