Change to response string after exec()

This commit is contained in:
2023-01-09 10:09:43 -05:00
parent 8904fb8828
commit 72cbcb13fc
+2 -1
View File
@@ -70,7 +70,8 @@ public class DevRequestHandler {
Logger.info(e.toString());
}
MagicBot.sendResponse(event, "Executed on dev: " + logString);
MagicBot.sendResponse(event, "Executed on dev: " + logString + "\n" +
"Use #dev lastout to view results");
}
}