Skip to content

Commit

Permalink
chore: hard code stop server
Browse files Browse the repository at this point in the history
  • Loading branch information
gtempus committed Oct 31, 2023
1 parent a0f6bad commit 9f68e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minecraft-slack-bot/minecraftBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ exports.handler = async (event) => {
const data = JSON.stringify({
"event_type": "custom_event",
"client_payload": {
"action": "start"
"action": "stop"
}
});
const config = {
Expand Down

0 comments on commit 9f68e32

Please sign in to comment.